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. 4thrift.version=0.18.0 5thrift.groupid=org.apache.thrift 6release=false 7 8# Local Install paths 9install.path=/usr/local/lib 10install.javadoc.path=/usr/local/lib 11 12# Test execution properties 13testPort=9090 14 15# Test with Clover Code coverage (disabled by default) 16cloverEnabled=false 17 18# Maven dependency download locations 19mvn.repo=https://repo1.maven.org/maven2 20apache.repo=https://repository.apache.org/content/repositories/releases 21 22# Apache Maven publish 23license=https://www.apache.org/licenses/LICENSE-2.0.txt 24maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 25maven-repository-id=apache.releases.https 26 27# Dependency versions 28httpclient.version=4.5.13 29httpcore.version=4.4.15 30slf4j.version=1.7.36 31servlet.version=4.0.1 32tomcat.embed.version=9.0.43 33junit.version=5.8.2 34mockito.version=1.10.19 35javax.annotation.version=1.3.2 36commons-lang3.version=3.12.0 37 38org.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 43