We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10b902 commit 827b326Copy full SHA for 827b326
settings.gradle
@@ -1,5 +1,3 @@
1
-import com.gradle.scan.plugin.PublishedBuildScan
2
-
3
pluginManagement {
4
repositories {
5
// # Gradle looks for dependency artifacts in repositories listed in 'repositories' blocks in descending order.
@@ -119,7 +117,7 @@ develocity {
119
117
termsOfUseUrl = "https://gradle.com/terms-of-service"
120
118
termsOfUseAgree = "yes"
121
uploadInBackground = !isCI // Disable in CI or scan URLs may not work.
122
- buildScanPublished { PublishedBuildScan scan ->
+ buildScanPublished { scan ->
123
file("scan-journal.log") << "${new Date()} - ${scan.buildScanId} - ${scan.buildScanUri}\n"
124
}
125
0 commit comments