mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
Enable automatic release for Maven Central publishing (#1286)
Sets 'automaticRelease' to true in the publishToMavenCentral configuration to automate the release process when publishing to Maven Central.
This commit is contained in:
@@ -47,7 +47,7 @@ publishing{
|
||||
}
|
||||
|
||||
mavenPublishing{
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
|
||||
|
||||
// Only sign if signing is set up
|
||||
if(project.hasProperty("signing.keyId") || project.hasProperty("signingInMemoryKey"))
|
||||
|
||||
Reference in New Issue
Block a user