gradle.properties 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. # POM settings
  25. POM_NAME=jMonkeyEngine
  26. POM_DESCRIPTION=jMonkeyEngine is a 3-D game engine for adventurous Java developers
  27. POM_URL=http://jmonkeyengine.org
  28. POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine
  29. POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git
  30. POM_SCM_DEVELOPER_CONNECTION=scm:git:[email protected]:jMonkeyEngine/jmonkeyengine.git
  31. POM_LICENSE_NAME=New BSD (3-clause) License
  32. POM_LICENSE_URL=http://opensource.org/licenses/BSD-3-Clause
  33. POM_LICENSE_DISTRIBUTION=repo
  34. POM_INCEPTION_YEAR=2009
  35. PREBUILD_NATIVES_URL=https://objects.jmonkeyengine.org/native-snapshots/${natives.snapshot}/jme3-natives.zip