This is an automated email from the ASF dual-hosted git repository.
jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 0cd2099 THRIFT-4748: add jitpack support [ci skip]
0cd2099 is described below
commit 0cd2099fa327caca294f4bf83ac85aa924e2db47
Author: James E. King III <[email protected]>
AuthorDate: Tue Jan 22 09:50:26 2019 -0500
THRIFT-4748: add jitpack support [ci skip]
---
jitpack.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/jitpack.yml b/jitpack.yml
new file mode 100644
index 0000000..a640d5d
--- /dev/null
+++ b/jitpack.yml
@@ -0,0 +1,2 @@
+install:
+ - gradle -Prelease=true -p lib/java/ clean install