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 0b1b94e commit b8c2593Copy full SHA for b8c2593
build.gradle
@@ -25,7 +25,7 @@ ext.jdDirectory = System.env.JAVADOCS_DIR == null ? null : "$System.env.JAVADOCS
25
// Version used for distribution. Different from maven repo
26
group = "cat.nyaa"
27
//archivesBaseName = "${pluginNameUpper}-mc$minecraftVersion"
28
-version = "$majorVersion.$minorVersion-mc$minecraftVersion-$buildNumber".toString()
+version = "$majorVersion.$minorVersion-mc$minecraftVersion-build$buildNumber".toString()
29
30
// extra compile warnings
31
compileJava {
0 commit comments