Skip to content

Commit

Permalink
Typo in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Apr 10, 2019
1 parent 1104f00 commit 707905c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ apply plugin: 'net.minecraftforge.gradle.forge'


version = "${mc_version}-${mod_version}"
group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"
group = "lykrast.glassential" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "glassential"

sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
compileJava {
Expand Down

0 comments on commit 707905c

Please sign in to comment.