Version 1.0.0-Alpha1
Time to write a changelog
This commit is contained in:
parent
6d1a8a835e
commit
4fa52983d5
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ configurations {
|
||||||
compile.extendsFrom shade
|
compile.extendsFrom shade
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "1.9-0.7.11"
|
version = "1.0.0"
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
if (ENV.BUILD_NUMBER) {
|
if (ENV.BUILD_NUMBER) {
|
||||||
version = version + "." + "${System.getenv().BUILD_NUMBER}"
|
version = version + "." + "${System.getenv().BUILD_NUMBER}" + "-a1"
|
||||||
}
|
}
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
|
|
Loading…
Add table
Reference in a new issue