gradle.properties 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Version number: Major.Minor.SubMinor (e.g. 3.3.0)
  2. jmeVersion = 3.4.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. # Enable spotbugs
  20. enableSpotBugs=false
  21. # Path to android NDK for building native libraries
  22. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  23. ndkPath = /opt/android-ndk-r16b
  24. # Path for downloading native Bullet
  25. # 2.89+ (circa 26 April 2020, to avoid jMonkeyEngine issue #1283)
  26. bulletUrl = https://github.com/bulletphysics/bullet3/archive/cd8cf7521cbb8b7808126a6adebd47bb83ea166a.zip
  27. bulletFolder = bullet3-cd8cf7521cbb8b7808126a6adebd47bb83ea166a
  28. bulletZipFile = bullet3.zip
  29. # POM settings
  30. POM_NAME=jMonkeyEngine
  31. POM_DESCRIPTION=jMonkeyEngine is a 3-D game engine for adventurous Java developers
  32. POM_URL=http://jmonkeyengine.org
  33. POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine
  34. POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git
  35. POM_SCM_DEVELOPER_CONNECTION=scm:git:[email protected]:jMonkeyEngine/jmonkeyengine.git
  36. POM_LICENSE_NAME=New BSD (3-clause) License
  37. POM_LICENSE_URL=http://opensource.org/licenses/BSD-3-Clause
  38. POM_LICENSE_DISTRIBUTION=repo
  39. POM_INCEPTION_YEAR=2009
  40. # Bintray settings to override in $HOME/.gradle/gradle.properties or ENV or commandline
  41. bintray_user=
  42. bintray_api_key=
  43. PREBUILD_NATIVES_URL=https://dl.bintray.com/jmonkeyengine/files/${natives.snapshot}/jme3-natives.zip