Skip to content

Commit

Permalink
build: agree to gradle TOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tacascer committed Apr 8, 2024
1 parent 942689f commit a98f84f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ tasks.sonar {
dependsOn(tasks.named("koverXmlReport"))
}

develocity {
buildScan {
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
termsOfUseAgree.set("yes")
}
}

sonar {
properties {
property("sonar.projectKey", "tacascer-org_xml-processor")
Expand Down

0 comments on commit a98f84f

Please sign in to comment.