Skip to content

Commit 796658d

Browse files
committed
Add jreleaser configuration.
1 parent 774a0a6 commit 796658d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

jreleaser.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[deploy.maven.mavenCentral.sonatype]
2+
active = "ALWAYS"
3+
applyMavenCentralRules = false
4+
sign = false
5+
stagingRepositories = ["build/maven"]
6+
url = "https://central.sonatype.com/api/v1/publisher"
7+
verifyPom = false

0 commit comments

Comments
 (0)