Skip to content

Commit

Permalink
Update the studer credentials plugin to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Aug 5, 2024
1 parent 0cdafe4 commit c1679a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'com.google.protobuf' version '0.9.4'
id 'nu.studer.credentials' version '1.0.7'
id 'nu.studer.credentials' version '3.0'
}

group 'com.craxiom'
Expand Down Expand Up @@ -175,5 +175,5 @@ signing {
* @return The credential value if located.
*/
private String findCredentialValue(String value) {
return project.credentials."sonatype$value"
return project.credentials.forKey("sonatype$value")
}

0 comments on commit c1679a2

Please sign in to comment.