Skip to content

Commit

Permalink
Upgrade to Gradle Nexus Publish Plugin 2.0.0
Browse files Browse the repository at this point in the history
Closes gh-19
  • Loading branch information
rainboyan committed Nov 18, 2024
1 parent bfdda2a commit 7a8d364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'signing'
id 'idea'
id 'maven-publish'
id('io.github.gradle-nexus.publish-plugin') version '1.3.0'
id('io.github.gradle-nexus.publish-plugin') version '2.0.0'
}

ext."signing.keyId" = project.hasProperty("signing.keyId") ? project.getProperty('signing.keyId') : System.getenv('SIGNING_KEY')
Expand Down

0 comments on commit 7a8d364

Please sign in to comment.