Skip to content

Commit 827b326

Browse files
authored
fix gradle warning (airbytehq#69335)
1 parent e10b902 commit 827b326

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

settings.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import com.gradle.scan.plugin.PublishedBuildScan
2-
31
pluginManagement {
42
repositories {
53
// # Gradle looks for dependency artifacts in repositories listed in 'repositories' blocks in descending order.
@@ -119,7 +117,7 @@ develocity {
119117
termsOfUseUrl = "https://gradle.com/terms-of-service"
120118
termsOfUseAgree = "yes"
121119
uploadInBackground = !isCI // Disable in CI or scan URLs may not work.
122-
buildScanPublished { PublishedBuildScan scan ->
120+
buildScanPublished { scan ->
123121
file("scan-journal.log") << "${new Date()} - ${scan.buildScanId} - ${scan.buildScanUri}\n"
124122
}
125123
}

0 commit comments

Comments
 (0)