diff --git a/build.gradle b/build.gradle index 6677967..4cf6deb 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "org.graceframework:grace-gradle-plugin:$graceVersion" - classpath "io.github.gradle-nexus:publish-plugin:1.3.0" + classpath "io.github.gradle-nexus:publish-plugin:2.0.0" } }