blob: 0e4a920bf282cbdd8d0ed9c0cd046f5b902731e2 [file] [log] [blame]
groovyVersion = 1.6.10-SNAPSHOT
# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
groovyBundleVersion = 1.6.10.SNAPSHOT
# uncomment the following line to enable java5 elements in the build
# groovy.build.vm5=true
# Many people have reported problems testing UberTestCaseGroovySourceSubPackages, others have no difficulties with the default
# values ant junit task uses. The decision has been taken to provide the values to try and cause the least
# hassle to the most people.
groovyJUnit_ms = 256m
groovyJUnit_mx = 256m
groovyJUnit_permSize = 64m
groovyJUnit_maxPermSize=128m
groovycMain_mx = 512m
groovycTest_mx = 1G
groovycExamples_mx = ${groovycMain_mx}
javaDoc_mx = 512m
groovyDoc_mx = 640m