Browse Source

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

shadowislord 10 năm trước cách đây
mục cha
commit
54979b33e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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