Ver Fonte

Enable SDK build again by default (seems to work on Travis now)

shadowislord há 10 anos atrás
pai
commit
54979b33e3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -6,7 +6,7 @@ jmeMainVersion = 3.1
 jmeVersionTag = snapshot-github
 
 # specify if SDK and Native libraries get built
-buildSdkProject = false
+buildSdkProject = true
 buildNativeProjects = false
 buildAutogen = false