Commit 039666a6 authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to Gradle Enterprise Conventions 0.0.7

Closes gh-24175
parent 27bc7db1
...@@ -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
...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment