Skip to content

Commit ade1bac

Browse files
committed
Add missing jreleaser.toml file.
1 parent ebecd5c commit ade1bac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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)