Build: Get rid of build scan deprecated methods
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildScan {
|
buildScan {
|
||||||
setLicenseAgreementUrl("https://gradle.com/terms-of-service")
|
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
||||||
setLicenseAgree("yes")
|
setTermsOfServiceAgree("yes")
|
||||||
}
|
}
|
||||||
|
|
||||||
val configuredJdks: List<JdkId> =
|
val configuredJdks: List<JdkId> =
|
||||||
|
|||||||
Reference in New Issue
Block a user