2019-11-26 02:12:13 -05:00
|
|
|
# Version number: Major.Minor.SubMinor (e.g. 3.3.0)
|
2019-12-21 21:55:47 -05:00
|
|
|
jmeVersion = 3.4.0
|
2019-11-04 14:29:01 +01:00
|
|
|
|
|
|
|
# Leave empty to autogenerate
|
|
|
|
# (use -PjmeVersionName="myVersion" from commandline to specify a custom version name )
|
2019-12-21 21:55:47 -05:00
|
|
|
jmeVersionName =
|
2019-11-04 14:29:01 +01:00
|
|
|
|
|
|
|
# If true, the version name will contain the commit hash
|
|
|
|
useCommitHashAsVersionName = false
|
2014-06-06 12:50:34 -04:00
|
|
|
|
2019-12-21 21:55:47 -05:00
|
|
|
# Set to true if a non-master branch name should be included in the automatically
|
2019-12-21 08:37:21 -05:00
|
|
|
# generated version.
|
|
|
|
includeBranchInVersion = false
|
|
|
|
|
2015-01-28 13:56:58 +01:00
|
|
|
# specify if JavaDoc should be built
|
2018-05-21 21:43:28 -04:00
|
|
|
buildJavaDoc = true
|
2015-01-28 13:56:58 +01:00
|
|
|
|
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
|
2015-05-04 21:49:31 -04:00
|
|
|
buildAndroidExamples = false
|
2014-06-06 12:50:34 -04:00
|
|
|
|
2019-11-16 17:00:25 +01:00
|
|
|
buildForPlatforms = Linux64,Linux32,Windows64,Windows32,Mac64
|
2019-09-20 14:43:45 +02:00
|
|
|
# Forcefully ignore prebuilt libraries
|
|
|
|
skipPrebuildLibraries=false
|
2019-09-20 15:46:11 +02:00
|
|
|
# Path to android NDK for building native libraries
|
|
|
|
#ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
|
2018-11-14 16:43:27 +01:00
|
|
|
ndkPath = /opt/android-ndk-r16b
|
2014-06-06 12:50:34 -04:00
|
|
|
|
|
|
|
# Path for downloading native Bullet
|
2019-11-16 17:00:25 +01:00
|
|
|
# 2.88+
|
|
|
|
bulletUrl = https://github.com/bulletphysics/bullet3/archive/28039903b14c2aec28beff5b3609c9308b17e76a.zip
|
|
|
|
bulletFolder = bullet3-28039903b14c2aec28beff5b3609c9308b17e76a
|
2016-11-25 13:43:35 -05:00
|
|
|
bulletZipFile = bullet3.zip
|
2015-01-14 00:28:39 +01:00
|
|
|
|
2015-04-28 23:59:49 -04:00
|
|
|
# POM settings
|
|
|
|
POM_NAME=jMonkeyEngine
|
2019-09-20 18:03:34 -07:00
|
|
|
POM_DESCRIPTION=jMonkeyEngine is a 3-D game engine for adventurous Java developers
|
2015-04-28 23:59:49 -04:00
|
|
|
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
|
2016-01-28 22:06:21 +01:00
|
|
|
|
|
|
|
# Bintray settings to override in $HOME/.gradle/gradle.properties or ENV or commandline
|
|
|
|
bintray_user=
|
|
|
|
bintray_api_key=
|
2019-09-20 14:43:45 +02:00
|
|
|
|
2019-10-09 10:29:44 +02:00
|
|
|
PREBUILD_NATIVES_URL=https://dl.bintray.com/jmonkeyengine/files/${natives.snapshot}/jme3-natives.zip
|