Skip to content

Commit

Permalink
Updated to publish to Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Oct 16, 2024
1 parent a85f699 commit 02fd0e8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "application"
id 'maven-publish'
id 'signing'
id "io.github.gradle-nexus.publish-plugin"
id "io.github.gradle-nexus.publish-plugin" version '2.0.0'
}

group "io.github.gpc"
Expand Down Expand Up @@ -109,17 +109,6 @@ if (System.getenv('SIGNING_KEY_ID')) {
ext["signing.secretKeyRingFile"] = System.getenv('SIGNING_FILE')
}

//grailsPublish {
//
// githubSlug = 'itds-ch/grails-cache-guava'
// license {
// name = 'Apache-2.0'
// }
// title = project.name
// desc = "The guava cache provides a simple in memory cache with maximal capacity and TTL."
// developers = [mkobel: "Moritz obel", sbglasius: 'Søren Berg Glasius']
//}

afterEvaluate {
signing {
if (System.getenv('SIGN_ARMORED_KEY')) {
Expand Down

0 comments on commit 02fd0e8

Please sign in to comment.