James E. King III | b1d63e7 | 2019-01-22 14:16:39 -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 | 616df98 | 2019-10-19 22:08:13 +0200 | [diff] [blame] | 4 | thrift.version=0.14.0 |
James E. King III | b1d63e7 | 2019-01-22 14:16:39 -0500 | [diff] [blame] | 5 | thrift.groupid=org.apache.thrift |
| 6 | release=false |
| 7 | sign=false |
| 8 | |
| 9 | # Local Install paths |
| 10 | install.path=/usr/local/lib |
| 11 | install.javadoc.path=/usr/local/lib |
| 12 | |
| 13 | # Test execution properties |
| 14 | testPort=9090 |
| 15 | |
| 16 | # Maven dependency download locations |
D. Can Celasun | 70c4e7a | 2020-01-15 21:12:53 +0000 | [diff] [blame^] | 17 | mvn.repo=https://repo1.maven.org/maven2 |
James E. King III | b1d63e7 | 2019-01-22 14:16:39 -0500 | [diff] [blame] | 18 | apache.repo=https://repository.apache.org/content/repositories/releases |
| 19 | |
| 20 | # Apache Maven publish |
D. Can Celasun | 70c4e7a | 2020-01-15 21:12:53 +0000 | [diff] [blame^] | 21 | license=https://www.apache.org/licenses/LICENSE-2.0.txt |
James E. King III | b1d63e7 | 2019-01-22 14:16:39 -0500 | [diff] [blame] | 22 | maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 |
| 23 | maven-repository-id=apache.releases.https |