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.
nexus-publish
1 parent dcf0b92 commit 8f80a7dCopy full SHA for 8f80a7d
build.gradle
@@ -49,6 +49,13 @@ allprojects {
49
}
50
51
if (isReleaseVersion) {
52
+
53
+ // Workaround needed for nexus publishing bug
54
+ // version and group must be specified in the root project
55
+ // https://github.com/gradle-nexus/publish-plugin/issues/310
56
+ version = projectVersion
57
+ group = 'this.will.be.overridden'
58
59
// This has to be applied to the root project
60
apply plugin: 'io.github.gradle-nexus.publish-plugin'
61
def publishedProjects = [
0 commit comments