Skip to content

Commit 77c11b9

Browse files
committed
Improve gradle version configuration
1 parent 5d5f489 commit 77c11b9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
apply plugin: 'java'
3030

3131
group = 'de.bluecolored.bluemap'
32-
version = '0.5.1-mc1.13'
32+
version = coreVersion + '-' + targetVersion
3333
}
3434

3535
subprojects {

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
org.gradle.jvmargs=-Xmx3G
2-
org.gradle.daemon=false
2+
org.gradle.daemon=false
3+
4+
coreVersion=0.5.1
5+
targetVersion=mc1.13

0 commit comments

Comments
 (0)