Skip to content

Commit

Permalink
Bump version to 1.12-20180415-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Apr 15, 2018
1 parent 5ef599c commit 7cec643
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.12-20180411-snapshot"
file("build.properties").withReader {
def prop = new Properties()
prop.load(it)
project.ext.config = new ConfigSlurper().parse prop
}

version = config.clientcommandsVersion
group = "net.earthcomputer.clientcommands"
archivesBaseName = "clientcommands"

Expand Down
2 changes: 2 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

clientcommandsVersion = 1.12-20180415-snapshot

0 comments on commit 7cec643

Please sign in to comment.