From 5def26f8599118818843ed4a3f8d2f7825fc72c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?To=CF=80?= Date: Mon, 31 Jul 2023 00:36:41 +0200 Subject: [PATCH] don't autorelease releases to s01 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 603cea34..848bf50e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ subprojects { coordinates(group.toString(), project.the().archivesName.get(), version.toString()) if (findProperty("mavenCentralUsername") != null && findProperty("mavenCentralPassword") != null) { - publishToMavenCentral(SonatypeHost.S01, true) + publishToMavenCentral(SonatypeHost.S01, false) if (release) { signAllPublications() }