| 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 | c75646a | 2022-08-30 22:54:32 +0200 | [diff] [blame] | 4 | thrift.version=0.18.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 | 
| Yuxuan 'fishy' Wang | 0b29261 | 2022-02-08 09:33:47 -0800 | [diff] [blame] | 28 | httpclient.version=4.5.13 | 
|  | 29 | httpcore.version=4.4.15 | 
| Jiayu Liu | c4e96c7 | 2022-05-19 03:03:07 +0800 | [diff] [blame] | 30 | slf4j.version=1.7.36 | 
| iadcode | a8c041d | 2021-03-02 14:15:13 +1100 | [diff] [blame] | 31 | servlet.version=4.0.1 | 
|  | 32 | tomcat.embed.version=9.0.43 | 
| Jiayu Liu | 0c9c9df | 2022-05-06 03:30:52 +0800 | [diff] [blame] | 33 | junit.version=5.8.2 | 
| D. Can Celasun | 76fa8c9 | 2019-10-18 15:15:45 +0100 | [diff] [blame] | 34 | mockito.version=1.10.19 | 
| Fokko Driesprong | 1686c87 | 2019-02-01 20:31:58 +0100 | [diff] [blame] | 35 | javax.annotation.version=1.3.2 | 
| 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 |