jmonkeyengine/gradle.properties

42 lines
1.5 KiB
Properties
Raw Normal View History

2014-06-06 12:50:34 -04:00
# Version number used for plugins, only 3 numbers (e.g. 3.1.3)
2018-02-18 16:53:52 +01:00
jmeVersion = 3.3.0
2014-06-06 12:50:34 -04:00
# Version used for application and settings folder, no spaces!
2018-02-18 16:53:52 +01:00
jmeMainVersion = 3.3
2014-06-06 12:50:34 -04:00
# Version addition pre-alpha-svn, Stable, Beta
2019-03-21 15:41:58 -07:00
jmeVersionTag = SNAPSHOT
# Increment this each time jmeVersionTag changes but jmeVersion stays the same
jmeVersionTagID = 0
2014-06-06 12:50:34 -04:00
# specify if JavaDoc should be built
2018-05-21 21:43:28 -04:00
buildJavaDoc = true
2014-06-06 12:50:34 -04:00
# specify if SDK and Native libraries get built
2016-11-25 22:01:38 -05:00
buildNativeProjects = false
buildAndroidExamples = false
2014-06-06 12:50:34 -04:00
# Path to android NDK for building native libraries
#ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
ndkPath = /opt/android-ndk-r16b
2014-06-06 12:50:34 -04:00
# Path for downloading native Bullet
bulletUrl = https://github.com/bulletphysics/bullet3/archive/2.87.zip
bulletFolder = bullet3-2.87
2016-11-25 13:43:35 -05:00
bulletZipFile = bullet3.zip
# POM settings
POM_NAME=jMonkeyEngine
POM_DESCRIPTION=jMonkeyEngine is a 3D game engine for adventurous Java developers
POM_URL=http://jmonkeyengine.org
POM_SCM_URL=https://github.com/jMonkeyEngine/jmonkeyengine
POM_SCM_CONNECTION=scm:git:git://github.com/jMonkeyEngine/jmonkeyengine.git
POM_SCM_DEVELOPER_CONNECTION=scm:git:git@github.com:jMonkeyEngine/jmonkeyengine.git
POM_LICENSE_NAME=New BSD (3-clause) License
POM_LICENSE_URL=http://opensource.org/licenses/BSD-3-Clause
POM_LICENSE_DISTRIBUTION=repo
2016-04-30 18:01:02 -04:00
POM_INCEPTION_YEAR=2009
# Bintray settings to override in $HOME/.gradle/gradle.properties or ENV or commandline
bintray_user=
bintray_api_key=