Skip to content

Commit 032d7ab

Browse files
committed
Agree to build scan terms
1 parent 5abe6db commit 032d7ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ kotlin {
3838
}
3939
}
4040

41+
// Allow publishing of build scans
42+
develocity {
43+
buildScan {
44+
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
45+
termsOfUseAgree.set("yes")
46+
}
47+
}
48+
4149
// Configure Gradle IntelliJ Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
4250
intellij {
4351
pluginName = properties("pluginName")

0 commit comments

Comments
 (0)