Skip to content

Commit 7cec643

Browse files
committed
Bump version to 1.12-20180415-snapshot
1 parent 5ef599c commit 7cec643

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ buildscript {
99
}
1010
apply plugin: 'net.minecraftforge.gradle.forge'
1111

12-
version = "1.12-20180411-snapshot"
12+
file("build.properties").withReader {
13+
def prop = new Properties()
14+
prop.load(it)
15+
project.ext.config = new ConfigSlurper().parse prop
16+
}
17+
18+
version = config.clientcommandsVersion
1319
group = "net.earthcomputer.clientcommands"
1420
archivesBaseName = "clientcommands"
1521

build.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
clientcommandsVersion = 1.12-20180415-snapshot

0 commit comments

Comments
 (0)