Skip to content

Commit

Permalink
Copypasta.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigaherz committed Sep 12, 2020
1 parent 63f55bc commit af61961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group = 'dev.gigaherz.jsonmerger' // http://maven.apache.org/guides/mini/guide-n
archivesBaseName = 'JsonMerger-UNKNOWN'

project.afterEvaluate {
archivesBaseName = "InventorySpam-${project.MC_VERSION}"
archivesBaseName = "JsonMerger-${project.MC_VERSION}"
}

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

0 comments on commit af61961

Please sign in to comment.