Skip to content

Commit

Permalink
how did I forget for this god damn long to change the projectName in …
Browse files Browse the repository at this point in the history
…gradle
  • Loading branch information
LemmaEOF committed Jul 18, 2018
1 parent 2059a57 commit 9e6dba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

ext {
group = 'com.elytradev'
projectName = 'Skeleton'
projectName = 'InfraRedstone'

useElytraVersionFormat = System.properties["release"] == null
version = '1'
version = '1.0'

concreteVersion = '0.5.40'
concreteModules = [ 'common', 'inventory', 'recipe', 'network', 'reflect' ]
Expand Down

0 comments on commit 9e6dba3

Please sign in to comment.