Add the MC version to the build archive name
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user