Skip to content

Commit

Permalink
Update Test Distribution Gradle plugin to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopcheri committed Jun 1, 2021
1 parent af85b03 commit dd7e2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/build-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
constraints {
// Gradle Plugins
api("com.gradle:gradle-enterprise-gradle-plugin:3.6.2")
api("com.gradle.enterprise:test-distribution-gradle-plugin:2.1-rc-2") // Sync with `settings.gradle.kts`
api("com.gradle.enterprise:test-distribution-gradle-plugin:2.1") // Sync with `settings.gradle.kts`
api("org.gradle.guides:gradle-guides-plugin:0.18.1-hotfix")
api("com.gradle.publish:plugin-publish-plugin:0.14.0")
api("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id("com.gradle.enterprise.gradle-enterprise-conventions-plugin").version("0.7.2")
id("gradlebuild.base.allprojects")
id("gradlebuild.internal.testfiltering")
id("com.gradle.enterprise.test-distribution").version("2.1-rc-2") // Sync with `build-logic/build-platform/build.gradle.kts`
id("com.gradle.enterprise.test-distribution").version("2.1") // Sync with `build-logic/build-platform/build.gradle.kts`
id("com.gradle.internal.test-selection").version("0.5.3-rc-1")
}

Expand Down

0 comments on commit dd7e2c2

Please sign in to comment.