Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 1 | # This file is shared currently between this Gradle build and the |
| 2 | # Ant builds for fd303 and JavaScript. Keep the dotted notation for |
| 3 | # the properties to minimize the changes in the dependencies. |
Jens Geyer | 75cf93e | 2024-02-04 14:50:37 +0100 | [diff] [blame] | 4 | thrift.version=0.21.0 |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 5 | thrift.groupid=org.apache.thrift |
James E. King III | 98f379e | 2019-01-22 09:22:04 -0500 | [diff] [blame] | 6 | release=false |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 7 | |
| 8 | # Local Install paths |
| 9 | install.path=/usr/local/lib |
| 10 | install.javadoc.path=/usr/local/lib |
| 11 | |
| 12 | # Test execution properties |
| 13 | testPort=9090 |
| 14 | |
| 15 | # Test with Clover Code coverage (disabled by default) |
| 16 | cloverEnabled=false |
| 17 | |
| 18 | # Maven dependency download locations |
D. Can Celasun | 70c4e7a | 2020-01-15 21:12:53 +0000 | [diff] [blame] | 19 | mvn.repo=https://repo1.maven.org/maven2 |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 20 | apache.repo=https://repository.apache.org/content/repositories/releases |
| 21 | |
| 22 | # Apache Maven publish |
D. Can Celasun | 70c4e7a | 2020-01-15 21:12:53 +0000 | [diff] [blame] | 23 | license=https://www.apache.org/licenses/LICENSE-2.0.txt |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 24 | maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 |
| 25 | maven-repository-id=apache.releases.https |
| 26 | |
| 27 | # Dependency versions |
nicolasb29 | 285e39c | 2023-05-25 23:59:11 +0200 | [diff] [blame] | 28 | httpclient.version=5.2.1 |
| 29 | httpcore.version=5.2 |
Jiayu Liu | c4e96c7 | 2022-05-19 03:03:07 +0800 | [diff] [blame] | 30 | slf4j.version=1.7.36 |
nicolasb29 | 285e39c | 2023-05-25 23:59:11 +0200 | [diff] [blame] | 31 | servlet.version=5.0.0 |
| 32 | tomcat.embed.version=10.1.4 |
| 33 | junit.version=5.9.1 |
Jiayu Liu | 6fefbf4 | 2023-04-20 07:41:11 +0800 | [diff] [blame] | 34 | mockito.version=5.3.0 |
nicolasb29 | 285e39c | 2023-05-25 23:59:11 +0200 | [diff] [blame] | 35 | javax.annotation.version=2.1.1 |
Jiayu Liu | c4e96c7 | 2022-05-19 03:03:07 +0800 | [diff] [blame] | 36 | commons-lang3.version=3.12.0 |
Jiayu Liu | 3f4fa29 | 2022-06-09 10:58:56 +0200 | [diff] [blame] | 37 | |
| 38 | org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ |
| 39 | --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ |
| 40 | --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \ |
| 41 | --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ |
| 42 | --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED |