Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
build scan stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 13, 2019
1 parent d6aff4e commit c64571c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ compileTestKotlin {

// ./gradlew --scan $TASKNAME
// see https://dev.to/jmfayard/the-one-gradle-trick-that-supersedes-all-the-others-5bpg
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
//buildScan {
// termsOfServiceUrl = "https://gradle.com/terms-of-service"
//termsOfServiceAgree = "yes"
//}

0 comments on commit c64571c

Please sign in to comment.