Skip to content

Commit

Permalink
Update DV Gradle plugin to 3.19.1-rc-2 (gradle#32033)
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate authored Jan 15, 2025
2 parents bd21791 + 1881c62 commit deddb51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-logic-commons/build-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
constraints {
api("org.gradle.guides:gradle-guides-plugin:0.23.1")
api("org.apache.ant:ant:1.10.15") // Bump the version brought in transitively by gradle-guides-plugin
api("com.gradle:develocity-gradle-plugin:3.19") // Run `java build-logic-settings/UpdateDevelocityPluginVersion.java <new-version>` to update
api("com.gradle:develocity-gradle-plugin:3.19.1-rc-2") // Run `java build-logic-settings/UpdateDevelocityPluginVersion.java <new-version>` to update
api("com.gradle.publish:plugin-publish-plugin:1.2.1")
api("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0.1")
api("me.champeau.gradle:japicmp-gradle-plugin:0.4.1")
Expand Down
2 changes: 1 addition & 1 deletion build-logic-settings/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity").version("3.19") // Run `java build-logic-settings/UpdateDevelocityPluginVersion.java <new-version>` to update
id("com.gradle.develocity").version("3.19.1-rc-2") // Run `java build-logic-settings/UpdateDevelocityPluginVersion.java <new-version>` to update
id("io.github.gradle.gradle-enterprise-conventions-plugin").version("0.10.2")
id("org.gradle.toolchains.foojay-resolver-convention").version("0.9.0")
}
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ develocity.internal.testdistribution.queryResponseTimeout=PT20S
defaultPerformanceBaselines=8.13-commit-a6bf0de82e44
#-----------------------------------------till here^
systemProp.dependency.analysis.test.analysis=false
# If enabled, the build scans is tagged with TD_REMOTE_EXECUTOR_ENQUEUED_IN_WRONG_STATE if a remote executor is trying to be enqueued in a wrong state
systemProp.develocity.internal.testacceleration.enableCustomValues=true
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluginManagement {

plugins {
id("gradlebuild.build-environment")
id("com.gradle.develocity").version("3.19") // Run `java build-logic-settings/UpdateDevelocityPluginVersion.java <new-version>` to update
id("com.gradle.develocity").version("3.19.1-rc-2") // Run `java build-logic-settings/UpdateDevelocityPluginVersion.java <new-version>` to update
id("io.github.gradle.gradle-enterprise-conventions-plugin").version("0.10.2")
id("org.gradle.toolchains.foojay-resolver-convention").version("0.9.0")
}
Expand Down

0 comments on commit deddb51

Please sign in to comment.