Add env var for build scan tos
This commit is contained in:
@@ -29,6 +29,13 @@ plugins {
|
|||||||
id("com.gradle.enterprise").version("3.0")
|
id("com.gradle.enterprise").version("3.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gradleEnterprise {
|
||||||
|
buildScan {
|
||||||
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||||
|
termsOfServiceAgree = System.getenv("SCAN_TOS_ACCEPTED")?: "no"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
include(":http-api")
|
include(":http-api")
|
||||||
include(":cache")
|
include(":cache")
|
||||||
include(":runelite-api")
|
include(":runelite-api")
|
||||||
|
|||||||
Reference in New Issue
Block a user