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 681fa4f commit fa09d30Copy full SHA for fa09d30
build.gradle
@@ -10,7 +10,7 @@ architectury {
10
11
allprojects {
12
group = rootProject.maven_group
13
- version = rootProject.mod_version
+ version = "${rootProject.mod_version}+mc${project.minecraft_version}"
14
}
15
16
subprojects {
0 commit comments