Improve export

This commit is contained in:
James Seibel
2020-09-03 08:59:55 -05:00
parent 54b330399f
commit 4614ff2a4a
+2 -2
View File
@@ -12,8 +12,8 @@ apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.0"
group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"
group = "com.backsun.lod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "lod"
sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
compileJava {