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

experimental
shadowislord 10 years ago
parent 891ffa175d
commit 54979b33e3
  1. 2
      gradle.properties

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

Loading…
Cancel
Save