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
039666a6
Commit
039666a6
authored
Nov 17, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Gradle Enterprise Conventions 0.0.7
Closes gh-24175
parent
27bc7db1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
16 deletions
+1
-16
extensions.xml
.mvn/extensions.xml
+1
-1
gradle-enterprise.xml
.mvn/gradle-enterprise.xml
+0
-15
No files found.
.mvn/extensions.xml
View file @
039666a6
...
@@ -7,6 +7,6 @@
...
@@ -7,6 +7,6 @@
<extension>
<extension>
<groupId>
io.spring.ge.conventions
</groupId>
<groupId>
io.spring.ge.conventions
</groupId>
<artifactId>
gradle-enterprise-conventions-maven-extension
</artifactId>
<artifactId>
gradle-enterprise-conventions-maven-extension
</artifactId>
<version>
0.0.
5
</version>
<version>
0.0.
7
</version>
</extension>
</extension>
</extensions>
</extensions>
\ No newline at end of file
.mvn/gradle-enterprise.xml
View file @
039666a6
...
@@ -10,19 +10,4 @@
...
@@ -10,19 +10,4 @@
<ipAddresses>
#{{'0.0.0.0'}}
</ipAddresses>
<ipAddresses>
#{{'0.0.0.0'}}
</ipAddresses>
</obfuscation>
</obfuscation>
</buildScan>
</buildScan>
<buildCache>
<local>
<enabled>
true
</enabled>
</local>
<remote>
<enabled>
true
</enabled>
<storeEnabled>
<![CDATA[#{env['GRADLE_ENTERPRISE_CACHE_USERNAME'] != null && env['GRADLE_ENTERPRISE_CACHE_USERNAME'] != null}]]>
</storeEnabled>
<server>
<credentials>
<username>
${env.GRADLE_ENTERPRISE_CACHE_USERNAME}
</username>
<password>
${env.GRADLE_ENTERPRISE_CACHE_PASSWORD}
</password>
</credentials>
</server>
</remote>
</buildCache>
</gradleEnterprise>
</gradleEnterprise>
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