diff --git a/build.gradle.kts b/build.gradle.kts index e91948a9..6a69488f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ jreleaser { stagingRepository(project(":mappie-api").layout.buildDirectory.dir("staging-deploy").get().toString()) username = properties["mavenCentralUsername"] as? String password = properties["mavenCentralPassword"] as? String - applyMavenCentralRules = true + applyMavenCentralRules = false verifyPom = false retryDelay = 20 }