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 ac298ce commit bff98e5Copy full SHA for bff98e5
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
sourceCompatibility = JavaVersion.VERSION_11
8
targetCompatibility = JavaVersion.VERSION_11
9
10
-archivesBaseName = project.archives_base_name
+archivesBaseName = "${project.archives_base_name}-mc${project.minecraft_version}"
11
version = project.mod_version
12
group = project.maven_group
13
0 commit comments