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.
+MC.X.XX.X
1 parent ed50f8d commit 041d88cCopy full SHA for 041d88c
1 file changed
build.gradle
@@ -128,6 +128,7 @@ publishing {
128
}
129
publications {
130
gpr(MavenPublication) {
131
+ version = (module_version as String).split('\\+')[0]
132
from components.java
133
artifact sourcesJar
134
artifact dokkaJar
0 commit comments