From 584c078e7e3ff9729536a0ea8cdc5e061134b0d3 Mon Sep 17 00:00:00 2001 From: stefankoppier Date: Sun, 22 Sep 2024 10:49:46 +0200 Subject: [PATCH] Syntax fix --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }