Skip to content

Commit

Permalink
agreeing to tos for gradle scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Jul 14, 2022
1 parent c9c29e1 commit c653d11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
plugins {
id("com.gradle.enterprise") version "3.10.3"
}

gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}


val spark: String by settings
val scala: String by settings
val skipScalaTuplesInKotlin: String by settings
Expand Down

0 comments on commit c653d11

Please sign in to comment.