blob: 9ace275381c07bf8bc79f46296de0a034b1e6c5a [file] [log] [blame]
James E. King IIIb1d63e72019-01-22 14:16:39 -05001# 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 Geyer616df982019-10-19 22:08:13 +02004thrift.version=0.14.0
James E. King IIIb1d63e72019-01-22 14:16:39 -05005thrift.groupid=org.apache.thrift
6release=false
7sign=false
8
9# Local Install paths
10install.path=/usr/local/lib
11install.javadoc.path=/usr/local/lib
12
13# Test execution properties
14testPort=9090
15
16# Maven dependency download locations
D. Can Celasun70c4e7a2020-01-15 21:12:53 +000017mvn.repo=https://repo1.maven.org/maven2
James E. King IIIb1d63e72019-01-22 14:16:39 -050018apache.repo=https://repository.apache.org/content/repositories/releases
19
20# Apache Maven publish
D. Can Celasun70c4e7a2020-01-15 21:12:53 +000021license=https://www.apache.org/licenses/LICENSE-2.0.txt
James E. King IIIb1d63e72019-01-22 14:16:39 -050022maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
23maven-repository-id=apache.releases.https