github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestGaugeIntegration/gauge-java/env/default/java.properties (about) 1 2 # Specify an alternate Java home if you want to use a custom version 3 gauge_java_home = 4 5 # IntelliJ and Eclipse out directory will be usually autodetected 6 # Use the below property if you need to override the build path 7 gauge_custom_build_path = 8 9 # specify the directory where additional libs are kept 10 # you can specify multiple directory names separated with a comma (,) 11 gauge_additional_libs = libs/* 12 13 # JVM arguments passed to java while launching. Enter multiple values separated by comma (,) eg. Xmx1024m, Xms128m 14 gauge_jvm_args = 15 16 # specify the directory containing java files to be compiled 17 # you can specify multiple directory names separated with a comma (,) 18 gauge_custom_compile_dir = 19 20 # specify the level at which the objects should be cleared 21 # Possible values are suite, spec and scenario. Default value is scenario. 22 gauge_clear_state_level = scenario