Skip to content

Commit e494067

Browse files
committed
Publish build scans
1 parent ff92328 commit e494067

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

settings.gradle.kts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
rootProject.name = "java-module-testing"
1+
plugins {
2+
id("com.gradle.enterprise") version "3.10"
3+
}
24

35
dependencyResolutionManagement {
46
repositories.mavenCentral()
57
}
8+
9+
rootProject.name = "java-module-testing"
10+
11+
gradleEnterprise {
12+
buildScan {
13+
publishAlways()
14+
termsOfServiceUrl = "https://gradle.com/terms-of-service"
15+
termsOfServiceAgree = "yes"
16+
}
17+
}

0 commit comments

Comments
 (0)