Skip to content

Commit

Permalink
Update to republished CCUD plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Aug 17, 2022
1 parent 9411346 commit 3309808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflow-samples/groovy-dsl/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.gradle.enterprise" version "3.11.1"
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.0"
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8"
}

gradleEnterprise {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow-samples/kotlin-dsl/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.gradle.enterprise") version "3.11.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.0"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8"
}

gradleEnterprise {
Expand Down

0 comments on commit 3309808

Please sign in to comment.