We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aeb0dc commit 74f2549Copy full SHA for 74f2549
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id "maven-publish"
5
}
6
7
-version = mod_version
+version = "$mod_version+$minecraft_version"
8
group = maven_group
9
10
base {
0 commit comments