gradle.properties 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Version number: Major.Minor.SubMinor (e.g. 3.3.0)
  2. jmeVersion = 3.3.0
  3. # Leave empty to autogenerate
  4. # (use -PjmeVersionName="myVersion" from commandline to specify a custom version name )
  5. jmeVersionName =
  6. # If true, the version name will contain the commit hash
  7. useCommitHashAsVersionName = false
  8. # Set to true if a non-master branch name should be included in the automatically
  9. # generated version.
  10. includeBranchInVersion = false
  11. # specify if JavaDoc should be built
  12. buildJavaDoc = true
  13. # specify if SDK and Native libraries get built
  14. buildNativeProjects = false
  15. buildAndroidExamples = false
  16. buildForPlatforms = Linux64,Linux32,Windows64,Windows32,Mac64
  17. # Forcefully ignore prebuilt libraries
  18. skipPrebuildLibraries=false
  19. # Path to android NDK for building native libraries
  20. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  21. ndkPath = /opt/android-ndk-r16b
  22. # Path for downloading native Bullet
  23. # 2.88+
  24. bulletUrl = https://github.com/bulletphysics/bullet3/archive/28039903b14c2aec28beff5b3609c9308b17e76a.zip
  25. bulletFolder = bullet3-28039903b14c2aec28beff5b3609c9308b17e76a
  26. bulletZipFile = bullet3.zip
  27. # POM settings
  28. POM_NAME=jMonkeyEngine
  29. POM_DESCRIPTION=jMonkeyEngine is a 3-D game engine for adventurous Java developers
  30. POM_URL=http://jmonkeyengine.org
  31. POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine
  32. POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git
  33. POM_SCM_DEVELOPER_CONNECTION=scm:git:[email protected]:jMonkeyEngine/jmonkeyengine.git
  34. POM_LICENSE_NAME=New BSD (3-clause) License
  35. POM_LICENSE_URL=http://opensource.org/licenses/BSD-3-Clause
  36. POM_LICENSE_DISTRIBUTION=repo
  37. POM_INCEPTION_YEAR=2009
  38. # Bintray settings to override in $HOME/.gradle/gradle.properties or ENV or commandline
  39. bintray_user=
  40. bintray_api_key=
  41. PREBUILD_NATIVES_URL=https://dl.bintray.com/jmonkeyengine/files/${natives.snapshot}/jme3-natives.zip