Fix 1.14.4 forge and fabric jars having the same name (fixes #149)

This caused one of them to be deployed at random, e.g. forge for 2.3.0-b1,
obviously resulting in an unusable build.
This commit is contained in:
Jonas Herzig
2020-05-07 11:18:32 +02:00
parent 8e05a67c5e
commit 0962f1895e

View File

@@ -112,7 +112,7 @@ if (mcVersion >= 11400) {
} }
} }
version = mcVersionStr + '-' + rootProject.version version = project.name + '-' + rootProject.version
group= "com.replaymod" group= "com.replaymod"
archivesBaseName = "replaymod" archivesBaseName = "replaymod"