Add the MC version to the build archive name

This commit is contained in:
James Seibel
2021-03-01 09:23:44 -06:00
parent 7983f59ff1
commit 759d6a0a94
+1 -1
View File
@@ -18,7 +18,7 @@ apply plugin: 'maven-publish'
version = '1.0'
group = 'com.backsun.lod'
archivesBaseName = 'lod'
archivesBaseName = 'lod_1.16.4'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.