We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5341b commit 7283c99Copy full SHA for 7283c99
core/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
}
37
38
mavenPublishing{
39
- publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
+ publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
40
signAllPublications()
41
42
pom{
java/preprocessor/build.gradle.kts
@@ -47,7 +47,7 @@ publishing{
47
48
49
50
51
52
// Only sign if signing is set up
53
if(project.hasProperty("signing.keyId") || project.hasProperty("signingInMemoryKey"))
0 commit comments