Skip to content

Commit

Permalink
[improve][ci] Gradle Enterprise Configuration Tweaks (#19194)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn authored Jan 12, 2023
1 parent 0c4db3a commit 3c22f1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/ge-extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>gradle-enterprise-maven-extension</artifactId>
<version>1.16.1</version>
<version>1.16.2</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down
7 changes: 5 additions & 2 deletions .mvn/gradle-enterprise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<allowUntrusted>false</allowUntrusted>
</server>
<buildScan>
<captureGoalInputFiles>true</captureGoalInputFiles>
<capture>
<goalInputFiles>true</goalInputFiles>
<buildLogging>true</buildLogging>
<testLogging>true</testLogging>
</capture>
Expand All @@ -41,7 +41,10 @@
</buildScan>
<buildCache>
<local>
<enabled>true</enabled>
<enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
</local>
<remote>
<enabled>false</enabled>
</remote>
</buildCache>
</gradleEnterprise>

0 comments on commit 3c22f1b

Please sign in to comment.