Skip to content

Commit

Permalink
ci(java): try other portal
Browse files Browse the repository at this point in the history
not sure which one is central and which one is OSSRH?
  • Loading branch information
alemidev committed Sep 18, 2024
1 parent 24ef0db commit 7693e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ java {
import com.vanniktech.maven.publish.SonatypeHost

mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT)
// publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
// publishToMavenCentral(SonatypeHost.DEFAULT)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)

signAllPublications()

Expand Down

0 comments on commit 7693e52

Please sign in to comment.