diff --git a/.github/workflow-samples/groovy-dsl/settings.gradle b/.github/workflow-samples/groovy-dsl/settings.gradle index daeef25..e982eb0 100644 --- a/.github/workflow-samples/groovy-dsl/settings.gradle +++ b/.github/workflow-samples/groovy-dsl/settings.gradle @@ -1,6 +1,6 @@ plugins { id "com.gradle.enterprise" version "3.16.2" - id "com.gradle.common-custom-user-data-gradle-plugin" version "1.12.1" + id "com.gradle.common-custom-user-data-gradle-plugin" version "1.12.2" } gradleEnterprise {