Skip to content

Commit

Permalink
Gradle stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
whichonespink44 committed Jan 19, 2017
1 parent a467bf9 commit 8c9c9cf
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 @@ -26,7 +26,7 @@ ext.ref = parseprops(file('build.properties'))
ext.ref.mod_deps = parseprops(file('mod_deps.properties'))

group = ref.package_base + '.' + ref.mod_id
archivesBaseName = 'LonelyBiome-' + (ref.mc_version as String)
archivesBaseName = 'Lonely-Biome-' + (ref.mc_version as String)
version = ref.mod_version

//repositories {
Expand Down

0 comments on commit 8c9c9cf

Please sign in to comment.