Browse Source

Fix Buildsystem

Temporairly comment out automatic engine version extraction until I could investigate it further
MeFisto94 8 years ago
parent
commit
5230cf8fcb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -26,9 +26,9 @@ repositories {
 }
 
 if (System.getenv('TRAVIS') != null) {
-    if (System.env.TRAVIS_TAG != "") {
+    /*if (System.env.TRAVIS_TAG != "") {
         ext.jmeEngineVersion = "3.1.0-" + System.env.TRAVIS_TAG + "-SNAPSHOT"
-    } else {
+    } else {*/
         ext.jmeEngineVersion = "3.1.0-beta3" // Use Beta 2 instead of 3.1.0-master-SNAPSHOT
     }
 } else {