Skip to content

Commit

Permalink
[NO JIRA] Don't publish build scans on every build (#4745)
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka authored Mar 28, 2024
1 parent 373182d commit b0e2e97
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .mvn/gradle-enterprise.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
<gradleEnterprise>
<projectId>SonarJava</projectId>
<server>
<url>https://ae5480415855641419524dee8eb44d76-f3fa1c0f09cfc0bc.elb.eu-west-1.amazonaws.com</url>
<allowUntrusted>true</allowUntrusted>
<accessKey>${env.GRADLE_ENTERPRISE_KEY}</accessKey>
</server>
<buildCache>
<local>
<enabled>#{env['CIRRUS_CI'] == null}</enabled>
</local>
<remote>
<enabled>#{env['CIRRUS_CRON'] != "nightly"}</enabled>
<storeEnabled>true</storeEnabled>
<enabled>false</enabled>
</remote>
<requireClean>false</requireClean>
</buildCache>
<buildScan>
<backgroundBuildScanUpload>#{env['CIRRUS_CI'] == null}</backgroundBuildScanUpload>
<capture>
<goalInputFiles>true</goalInputFiles>
</capture>
<publish>ON_DEMAND</publish>
</buildScan>
</gradleEnterprise>

0 comments on commit b0e2e97

Please sign in to comment.