Skip to content
Snippets Groups Projects
Commit e28a7360 authored by Vincent Massol's avatar Vincent Massol
Browse files

XINFRA-338: Add a Gradle Enterprise cache for faster builds

* Collect custom user data
* Secure publishing
* Add new GE ignore
parent a97fe302
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,9 @@ bin ...@@ -26,6 +26,9 @@ bin
# NetBeans # NetBeans
nbproject nbproject
# Gradle Enterprise
.mvn/.gradle-enterprise
# Other # Other
*.log.* *.log.*
*.log *.log
......
...@@ -26,4 +26,9 @@ ...@@ -26,4 +26,9 @@
<artifactId>gradle-enterprise-maven-extension</artifactId> <artifactId>gradle-enterprise-maven-extension</artifactId>
<version>1.10.5</version> <version>1.10.5</version>
</extension> </extension>
<extension>
<groupId>com.gradle</groupId>
<artifactId>common-custom-user-data-maven-extension</artifactId>
<version>1.7.3</version>
</extension>
</extensions> </extensions>
...@@ -20,12 +20,14 @@ ...@@ -20,12 +20,14 @@
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
--> -->
<gradleEnterprise> <gradleEnterprise
xmlns="https://www.gradle.com/gradle-enterprise-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd">
<server> <server>
<url>https://ge.xwiki.org</url> <url>https://ge.xwiki.org</url>
<allowUntrusted>true</allowUntrusted>
</server> </server>
<buildScan> <buildScan>
<publishIfAuthenticated>true</publishIfAuthenticated>
<publish>ALWAYS</publish> <publish>ALWAYS</publish>
<captureGoalInputFiles>true</captureGoalInputFiles> <captureGoalInputFiles>true</captureGoalInputFiles>
<!-- Use background scans only locally to avoid potential issues on CI (the ephemeral docker agent could terminate <!-- Use background scans only locally to avoid potential issues on CI (the ephemeral docker agent could terminate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment