Skip to content

Commit

Permalink
chore: change sonatype host
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed May 1, 2024
1 parent 14a2721 commit a8e92e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitmap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ mavenPublishing {
}

signAllPublications()
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = isSnapshot)
publishToMavenCentral(SonatypeHost.S01, automaticRelease = isSnapshot)
}

0 comments on commit a8e92e5

Please sign in to comment.