Skip to content

Commit

Permalink
Change output File name
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicBlom committed Aug 21, 2016
1 parent 68c5449 commit d9c7847
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 @@ -39,7 +39,7 @@ idea {
///////////////////////////////////////////////////
version = config.mod_version
group = config.group_name
archivesBaseName = "[${config.minecraft_version}]${config.mod_id}"
archivesBaseName = "${config.mod_id}-${config.minecraft_version}"
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit d9c7847

Please sign in to comment.