|
1 |
| -# Licensed to the Apache Software Foundation (ASF) under one or more |
2 |
| -# contributor license agreements. See the NOTICE file distributed with |
3 |
| -# this work for additional information regarding copyright ownership. |
4 |
| -# The ASF licenses this file to You under the Apache License, Version 2.0 |
5 |
| -# (the "License"); you may not use this file except in compliance with |
6 |
| -# the License. You may obtain a copy of the License at |
7 |
| -# |
8 |
| -# http://www.apache.org/licenses/LICENSE-2.0 |
9 |
| -# |
10 |
| -# Unless required by applicable law or agreed to in writing, software |
11 |
| -# distributed under the License is distributed on an "AS IS" BASIS, |
12 |
| -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
| -# See the License for the specific language governing permissions and |
14 |
| -# limitations under the License. |
15 |
| - |
16 |
| -groovyVersion = 3.0.24-SNAPSHOT |
17 |
| -# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) |
18 |
| -groovyBundleVersion = 3.0.24.SNAPSHOT |
19 |
| - |
20 |
| -binaryCompatibilityBaseline = 3.0.5 |
21 |
| -gradle_version=6.9.4 |
22 |
| - |
23 |
| -groovyJUnit_ms=512m |
24 |
| -groovyJUnit_mx=2g |
25 |
| -groovyJUnit_permSize=64m |
26 |
| -groovyJUnit_maxPermSize=256m |
27 |
| - |
28 |
| -javacMain_mx=512m |
29 |
| -groovycMain_mx=1g |
30 |
| -groovycTest_mx=1g |
31 |
| - |
32 |
| -javaDoc_mx=1g |
33 |
| - |
34 |
| -# adjust if needed for different jdk versions |
35 |
| -#org.gradle.jvmargs=-ea -Xmx1500m |
36 |
| -org.gradle.jvmargs=-Xms800m -Xmx2g -XX:MaxMetaspaceSize=512m -XX:+UseG1GC |
37 |
| - |
38 |
| -# enable the Gradle build cache |
39 |
| -org.gradle.caching=true |
40 |
| - |
41 |
| -# enable --parallel |
42 |
| -org.gradle.parallel=true |
43 |
| - |
44 |
| -# prefer jars over class folders on the compile classpath |
45 |
| -org.gradle.java.compile-classpath-packaging=true |
46 |
| - |
47 |
| -# enables watching the file-system |
48 |
| -org.gradle.unsafe.watch-fs=true |
| 1 | +# Licensed to the Apache Software Foundation (ASF) under one or more |
| 2 | +# contributor license agreements. See the NOTICE file distributed with |
| 3 | +# this work for additional information regarding copyright ownership. |
| 4 | +# The ASF licenses this file to You under the Apache License, Version 2.0 |
| 5 | +# (the "License"); you may not use this file except in compliance with |
| 6 | +# the License. You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | + |
| 16 | +groovyVersion = 3.0.24 |
| 17 | +# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) |
| 18 | +groovyBundleVersion = 3.0.24 |
| 19 | + |
| 20 | +binaryCompatibilityBaseline = 3.0.5 |
| 21 | +gradle_version=6.9.4 |
| 22 | + |
| 23 | +groovyJUnit_ms=512m |
| 24 | +groovyJUnit_mx=2g |
| 25 | +groovyJUnit_permSize=64m |
| 26 | +groovyJUnit_maxPermSize=256m |
| 27 | + |
| 28 | +javacMain_mx=512m |
| 29 | +groovycMain_mx=1g |
| 30 | +groovycTest_mx=1g |
| 31 | + |
| 32 | +javaDoc_mx=1g |
| 33 | + |
| 34 | +# adjust if needed for different jdk versions |
| 35 | +#org.gradle.jvmargs=-ea -Xmx1500m |
| 36 | +org.gradle.jvmargs=-Xms800m -Xmx2g -XX:MaxMetaspaceSize=512m -XX:+UseG1GC |
| 37 | + |
| 38 | +# enable the Gradle build cache |
| 39 | +org.gradle.caching=true |
| 40 | + |
| 41 | +# enable --parallel |
| 42 | +org.gradle.parallel=true |
| 43 | + |
| 44 | +# prefer jars over class folders on the compile classpath |
| 45 | +org.gradle.java.compile-classpath-packaging=true |
| 46 | + |
| 47 | +# enables watching the file-system |
| 48 | +org.gradle.unsafe.watch-fs=true |
0 commit comments