Skip to content

Commit

Permalink
Update Gradle plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Nov 23, 2021
1 parent 038b039 commit d616e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import static java.lang.Integer.parseInt

plugins {
id 'nu.studer.plugindev' version '4.1'
id 'com.gradle.plugin-publish' version '0.16.0'
id 'com.gradle.plugin-publish' version '0.18.0'
id 'org.nosphere.gradle.github.actions' version '1.2.0'
id 'groovy'
}
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.gradle.enterprise' version '3.6.4'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.4.2'
id 'com.gradle.enterprise' version '3.7.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.6'
}

gradleEnterprise {
Expand Down

0 comments on commit d616e1c

Please sign in to comment.