Skip to content

Commit

Permalink
ci(java): try using the base plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Oct 16, 2024
1 parent d10b34e commit 3b653e8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions dist/java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'java-library'
id 'signing'
id "com.vanniktech.maven.publish" version "0.29.0"
id "com.vanniktech.maven.publish.base" version "0.30.0"
id 'com.google.osdetector' version '1.7.3'
}

Expand Down Expand Up @@ -153,14 +152,10 @@ publishing {
}
}

signing {
sign publishing.publications.mavenJava
}

import com.vanniktech.maven.publish.SonatypeHost
mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) //, true) // TODO re-enable autopublish!
//signAllPublications()
signAllPublications()
coordinates(project.group, rootProject.name, project.version)

pom {
Expand Down

0 comments on commit 3b653e8

Please sign in to comment.