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 304f0ca commit 06eff83Copy full SHA for 06eff83
build.gradle
@@ -18,7 +18,7 @@ plugins {
18
// Needed for signing artifacts pushed to https://oss.sonatype.org/
19
id 'signing'
20
21
- id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
+ id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
22
}
23
24
version = project.findProperty('CICD_TAG') ?: '0.0.0-DEV'
0 commit comments