Skip to content

Commit d88b71d

Browse files
committed
Run gradle scan in CI
1 parent 2e7dfef commit d88b71d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

settings.gradle

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
1414
* limitations under the License.
1515
*/
1616

17+
plugins {
18+
id("com.gradle.enterprise") version("3.15")
19+
}
20+
21+
gradleEnterprise {
22+
if (System.getenv("CI") != null) {
23+
buildScan {
24+
publishAlways()
25+
termsOfServiceUrl = "https://gradle.com/terms-of-service"
26+
termsOfServiceAgree = "yes"
27+
}
28+
}
29+
}
30+
1731
include 'common:arcus-client'
1832
include 'common:arcus-common'
1933
include 'common:arcus-metrics'

0 commit comments

Comments
 (0)