43 lines
1.4 KiB
Properties
43 lines
1.4 KiB
Properties
# This file is shared currently between this Gradle build and the
|
|
# Ant builds for fd303 and JavaScript. Keep the dotted notation for
|
|
# the properties to minimize the changes in the dependencies.
|
|
thrift.version=0.18.0
|
|
thrift.groupid=org.apache.thrift
|
|
release=false
|
|
|
|
# Local Install paths
|
|
install.path=/usr/local/lib
|
|
install.javadoc.path=/usr/local/lib
|
|
|
|
# Test execution properties
|
|
testPort=9090
|
|
|
|
# Test with Clover Code coverage (disabled by default)
|
|
cloverEnabled=false
|
|
|
|
# Maven dependency download locations
|
|
mvn.repo=https://repo1.maven.org/maven2
|
|
apache.repo=https://repository.apache.org/content/repositories/releases
|
|
|
|
# Apache Maven publish
|
|
license=https://www.apache.org/licenses/LICENSE-2.0.txt
|
|
maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
|
|
maven-repository-id=apache.releases.https
|
|
|
|
# Dependency versions
|
|
httpclient.version=4.5.13
|
|
httpcore.version=4.4.15
|
|
slf4j.version=1.7.36
|
|
servlet.version=4.0.1
|
|
tomcat.embed.version=9.0.43
|
|
junit.version=5.8.2
|
|
mockito.version=1.10.19
|
|
javax.annotation.version=1.3.2
|
|
commons-lang3.version=3.12.0
|
|
|
|
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|