Skip to content

Commit

Permalink
chore: upgrade plugin-publish Gradle plugin to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyog committed Jul 26, 2022
1 parent 84fa682 commit 0bc7cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.plugin-publish" version "1.0.0-rc-3" apply false
id "com.gradle.plugin-publish" version "1.0.0" apply false
}

if (project.hasProperty('isGradleRelease')) {
Expand Down

0 comments on commit 0bc7cdf

Please sign in to comment.