Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
e2323fd4
Commit
e2323fd4
authored
Aug 28, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.1.x' into 2.2.x
Closes gh-23129
parents
627ede8b
b6569bb0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
extensions.xml
.mvn/extensions.xml
+1
-1
gradle-enterprise.xml
.mvn/gradle-enterprise.xml
+3
-0
pom.xml
pom.xml
+1
-1
No files found.
.mvn/extensions.xml
View file @
e2323fd4
...
...
@@ -2,7 +2,7 @@
<extension>
<groupId>
com.gradle
</groupId>
<artifactId>
gradle-enterprise-maven-extension
</artifactId>
<version>
1.6.
2
</version>
<version>
1.6.
3
</version>
</extension>
<extension>
<groupId>
io.spring.ge.conventions
</groupId>
...
...
.mvn/gradle-enterprise.xml
View file @
e2323fd4
...
...
@@ -6,6 +6,9 @@
</server>
<buildScan>
<publishIfAuthenticated>
true
</publishIfAuthenticated>
<obfuscation>
<ipAddresses>
#{{'0.0.0.0'}}
</ipAddresses>
</obfuscation>
</buildScan>
<buildCache>
<local>
...
...
pom.xml
View file @
e2323fd4
...
...
@@ -381,7 +381,7 @@
<plugin>
<groupId>
com.gradle
</groupId>
<artifactId>
gradle-enterprise-maven-extension
</artifactId>
<version>
1.6.
2
</version>
<version>
1.6.
3
</version>
</plugin>
</plugins>
</pluginManagement>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment