blob: 51179a12b774928a05fcd297daec39e3aaef6485 [file] [log] [blame]
James E. King III52da9ab2019-01-22 20:16:39 +01001# 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.12.1thrift.groupid=org.apache.thrift
5release=false
6sign=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# Maven dependency download locations
16mvn.repo=http://repo1.maven.org/maven2
17apache.repo=https://repository.apache.org/content/repositories/releases
18
19# Apache Maven publish
20license=http://www.apache.org/licenses/LICENSE-2.0.txt
21maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
22maven-repository-id=apache.releases.https