fix gradle warning (#69335)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
import com.gradle.scan.plugin.PublishedBuildScan
|
|
||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
// # Gradle looks for dependency artifacts in repositories listed in 'repositories' blocks in descending order.
|
// # Gradle looks for dependency artifacts in repositories listed in 'repositories' blocks in descending order.
|
||||||
@@ -119,7 +117,7 @@ develocity {
|
|||||||
termsOfUseUrl = "https://gradle.com/terms-of-service"
|
termsOfUseUrl = "https://gradle.com/terms-of-service"
|
||||||
termsOfUseAgree = "yes"
|
termsOfUseAgree = "yes"
|
||||||
uploadInBackground = !isCI // Disable in CI or scan URLs may not work.
|
uploadInBackground = !isCI // Disable in CI or scan URLs may not work.
|
||||||
buildScanPublished { PublishedBuildScan scan ->
|
buildScanPublished { scan ->
|
||||||
file("scan-journal.log") << "${new Date()} - ${scan.buildScanId} - ${scan.buildScanUri}\n"
|
file("scan-journal.log") << "${new Date()} - ${scan.buildScanId} - ${scan.buildScanUri}\n"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user