Hot fix 0.6.1 and Fusion Reactor API
This commit is contained in:
parent
1321422edf
commit
473a981f51
4 changed files with 101 additions and 2 deletions
|
@ -66,9 +66,9 @@ configurations {
|
|||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
version = "0.6.0." + "${System.getenv().BUILD_NUMBER}"
|
||||
version = "0.6.1." + "${System.getenv().BUILD_NUMBER}"
|
||||
} else {
|
||||
version = "0.6.0.BUILD"
|
||||
version = "0.6.1.BUILD"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue