Skip to content

Commit

Permalink
don't autorelease releases to s01
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jul 30, 2023
1 parent 8ad2687 commit 5def26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ subprojects {
coordinates(group.toString(), project.the<BasePluginExtension>().archivesName.get(), version.toString())

if (findProperty("mavenCentralUsername") != null && findProperty("mavenCentralPassword") != null) {
publishToMavenCentral(SonatypeHost.S01, true)
publishToMavenCentral(SonatypeHost.S01, false)
if (release) {
signAllPublications()
}
Expand Down

0 comments on commit 5def26f

Please sign in to comment.