Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Sep 22, 2024
1 parent 2803420 commit 584c078
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 @@ -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
}
Expand Down

0 comments on commit 584c078

Please sign in to comment.