Skip to content

Commit

Permalink
Disable background upload on a test (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextu authored Mar 6, 2024
1 parent db73931 commit 0af966b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MavenSnippets {
<extension>
<groupId>com.gradle</groupId>
<artifactId>gradle-enterprise-maven-extension</artifactId>
<version>1.0.2</version>
<version>1.20.1</version>
</extension>
</extensions>
'''
Expand All @@ -46,6 +46,7 @@ class MavenSnippets {
xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd">
<buildScan>
<publish>ALWAYS</publish>
<backgroundBuildScanUpload>false</backgroundBuildScanUpload>
<termsOfService>
<url>https://gradle.com/terms-of-service</url>
<accept>true</accept>
Expand Down

0 comments on commit 0af966b

Please sign in to comment.