File tree 2 files changed +3
-0
lines changed
components/scripts/gradle/gradle-init-scripts
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ if (GradleVersion.current() < GradleVersion.version('6.0')) {
128
128
failMissingDevelocityServerURL(' https://docs.gradle.com/develocity/gradle-plugin/current/#connecting_to_develocity' )
129
129
}
130
130
131
+ develocity. buildScan. publishing. onlyIf { true }
131
132
registerBuildScanActions(develocity. buildScan, rootProject. name)
132
133
addBuildScanCustomData(develocity. buildScan, develocity. server. get())
133
134
}
@@ -161,6 +162,7 @@ if (GradleVersion.current() < GradleVersion.version('6.0')) {
161
162
failMissingDevelocityServerURL(' https://docs.gradle.com/develocity/gradle-plugin/current/#connecting_to_develocity' )
162
163
}
163
164
165
+ settings. develocity. buildScan. publishing. onlyIf { true }
164
166
registerBuildScanActions(settings. develocity. buildScan, settings. rootProject. name)
165
167
addBuildScanCustomData(settings. develocity. buildScan, settings. develocity. server. get())
166
168
}
Original file line number Diff line number Diff line change 5
5
- [ FIX] Successful exit code returned when performance characteristics are unknown and ` --fail-if-not-fully-cacheable ` is used
6
6
- [ FIX] Gradle experiments do not disable background Build Scan publication
7
7
- [ FIX] Common Custom User Data Gradle plugin not injected for Gradle builds
8
+ - [ FIX] Build Scan publishing is not enforced for the Develocity Gradle plugin
You can’t perform that action at this time.
0 commit comments