Commit 19069147 authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to Gradle Enterprise Maven Extension 1.6.3

Closes gh-23113
parent 1ae120f8
......@@ -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>
......
......@@ -6,6 +6,9 @@
</server>
<buildScan>
<publishIfAuthenticated>true</publishIfAuthenticated>
<obfuscation>
<ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
</obfuscation>
</buildScan>
<buildCache>
<local>
......
......@@ -251,7 +251,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>
......
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