2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-06-10 22:48:54 +02:00

Gradle fixes

This commit is contained in:
ACGaming 2021-01-01 13:50:07 +01:00
parent 809b87759e
commit c0b24dcf0f
2 changed files with 6 additions and 2 deletions

View file

@ -12,8 +12,8 @@ apply plugin: 'net.minecraftforge.gradle'
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
version = "${version}"
group = "com.acgaming.spackenmobs"
archivesBaseName = "spackenmobs-Creepers-${mc_version}"
group = "mod.acgaming.spackenmobs"
archivesBaseName = "${jar_name}-${mc_version}"
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'

View file

@ -3,6 +3,10 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Base info
jar_name=Spackenmobs
mod_id=spackenmobs
# Version
mc_version=1.16.4
version=1.0