java-scratchspace/openjdk8-openjfx/gradle.properties

49 lines
1.8 KiB
Properties
Raw Normal View History

GRADLE_VERSION_CHECK = false
COMPILE_WEBKIT = false
#COMPILE_MEDIA = false
#COMPILE_WEBKIT = true
COMPILE_MEDIA = true
COMPILE_JFR = false
BUILD_JAVADOC = false
BUILD_SRC_ZIP = true
BUILD_SDK_FOR_TEST = true
#TEST_SDK = /path/to/sdk
FULL_TEST = false
#USE_ROBOT = true
#AWT_TEST = false
#RETAIN_PACKAGER_TESTS = false
#TEST_PACKAGER_DMG = false
COMPILE_TARGETS = linux
# The JDK_HOME must either be specified or will be inferred based on the JDK / JRE used to
# execute Gradle. From the JDK_HOME are derived the JAVA, JAVAC, JAVAH, JAVADOC, and STUB_RUNTIME
# properties, although each of these may be specified individually. In addition, the LIBRARY_STUB
# property is derived from STUB_RUNTIME. Normally the gradle build
# will work based on whatever "java" is being used to run gradle. It does this by looking for
# a JDK relative to the bin/java location. However if you want to build with a different JDK than
# what is used to execute Gradle, or to fix a failed attempt by the build script to locate the
# JDK_HOME, you may want to specify it manually here.
JDK_HOME = /usr/lib/java/openjdk8
#JAVA = /path/to/the/jdk/bin/java
#JAVAC = /path/to/the/jdk/bin/javac
#JAVAH = /path/to/the/jdk/bin/javah
#JAVADOC = /path/to/the/jdk/bin/javadoc
#STUB_RUNTIME = /path/to/the/jdk/jre
#LIBRARY_STUB = /path/to/the/jdk/jre/xxx (different location depending on platform)
CONF = Release
#USE_DEPEND = false
#INCREMENTAL = true
#LINT = all
#JCOV = true
#NUM_COMPILE_THREADS = 12
#systemProp.http.proxyHost=proxy.my.com
#systemProp.http.proxyPort=80
#ANDROID_SDK = /path/to/android/sdk
#ANDROID_NDK = /path/to/android/ndk
#COMPILE_FLAGS_FILES = path/to/flags/file.gradle, path/to/flags/file2.gradle
#HUDSON_JOB_NAME = not_hudson
#HUDSON_BUILD_NUMBER = 0000
#PROMOTED_BUILD_NUMBER = 00
#PRODUCT_NAME = OpenJFX