gradle.properties 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Version number used for plugins, only 3 numbers (e.g. 3.1.3)
  2. jmeVersion = 3.3.0
  3. # Version used for application and settings folder, no spaces!
  4. jmeMainVersion = 3.3
  5. # Version addition: SNAPSHOT, alpha, beta, stable
  6. jmeVersionTag = alpha4
  7. # Increment this each time jmeVersionTag changes but jmeVersion stays the same
  8. jmeVersionTagID = 4
  9. # specify if JavaDoc should be built
  10. buildJavaDoc = true
  11. # specify if SDK and Native libraries get built
  12. buildNativeProjects = false
  13. buildAndroidExamples = false
  14. # Path to Android NDK for building native libraries
  15. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  16. ndkPath = /opt/android-ndk-r16b
  17. # Path for downloading native Bullet
  18. bulletUrl = https://github.com/bulletphysics/bullet3/archive/2.87.zip
  19. bulletFolder = bullet3-2.87
  20. bulletZipFile = bullet3.zip
  21. # POM settings
  22. POM_NAME=jMonkeyEngine
  23. POM_DESCRIPTION=jMonkeyEngine is a 3-D game engine for adventurous Java developers
  24. POM_URL=http://jmonkeyengine.org
  25. POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine
  26. POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git
  27. POM_SCM_DEVELOPER_CONNECTION=scm:git:[email protected]:jMonkeyEngine/jmonkeyengine.git
  28. POM_LICENSE_NAME=New BSD (3-clause) License
  29. POM_LICENSE_URL=http://opensource.org/licenses/BSD-3-Clause
  30. POM_LICENSE_DISTRIBUTION=repo
  31. POM_INCEPTION_YEAR=2009
  32. # Bintray settings to override in $HOME/.gradle/gradle.properties or ENV or commandline
  33. bintray_user=
  34. bintray_api_key=