./gradle.properties.template

Print this page
rev 8319 : RT-34388: [Mac] Update build system to properly support Xcode 5 and later


 247 #
 248 # Paths for those properties that take a path should be absolute or relative paths, or they
 249 # should be full URLs. For example:
 250 #
 251 #       COMPILE_FLAGS_FILES = foo.gradle
 252 #       COMPILE_FLAGS_FILES = ../foo.gradle
 253 #       COMPILE_FLAGS_FILES = bar/foo.gradle
 254 #       COMPILE_FLAGS_FILES = file:///path/to/foo.gradle
 255 #
 256 
 257 #COMPILE_FLAGS_FILES = path/to/flags/file.gradle, path/to/flags/file2.gradle
 258 
 259 # Define settings used when creating the VersionInfo. These settings are generally left alone
 260 # by developers and set only from Hudson.
 261 
 262 #HUDSON_JOB_NAME = not_hudson
 263 #HUDSON_BUILD_NUMBER = 0000
 264 #PROMOTED_BUILD_NUMBER = 00
 265 #PRODUCT_NAME = OpenJFX
 266 
 267 # Variables used when building on the Mac. These should need to be rarely, if ever set. The
 268 # default value for MACOSX_SDK_PATH is based on the MACOSX_MIN_VERSION, so if you wanted to
 269 # build with 10.8 instead of 10.7 you could just specify MACOSX_MIN_VERSION and the other
 270 # settings should not need to be specified.
 271 
 272 # MACOSX_MIN_VERSION = 10.7
 273 # MACOSX_SDK_PATH = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
 274 # MACOSX_JDK_FRAMEWORK = /System/Library/Frameworks/JavaVM.framework


 247 #
 248 # Paths for those properties that take a path should be absolute or relative paths, or they
 249 # should be full URLs. For example:
 250 #
 251 #       COMPILE_FLAGS_FILES = foo.gradle
 252 #       COMPILE_FLAGS_FILES = ../foo.gradle
 253 #       COMPILE_FLAGS_FILES = bar/foo.gradle
 254 #       COMPILE_FLAGS_FILES = file:///path/to/foo.gradle
 255 #
 256 
 257 #COMPILE_FLAGS_FILES = path/to/flags/file.gradle, path/to/flags/file2.gradle
 258 
 259 # Define settings used when creating the VersionInfo. These settings are generally left alone
 260 # by developers and set only from Hudson.
 261 
 262 #HUDSON_JOB_NAME = not_hudson
 263 #HUDSON_BUILD_NUMBER = 0000
 264 #PROMOTED_BUILD_NUMBER = 00
 265 #PRODUCT_NAME = OpenJFX
 266 
 267 # Variables used when building on the Mac. These should need to be rarely, if ever set.
 268 # In particular, there should be no reason to set the MACOSX_MIN_VERSION even if you are
 269 # building with a 10.8 or 10.9 SDK

 270 
 271 # MACOSX_MIN_VERSION = 10.7
 272 # MACOSX_SDK_PATH = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk