Lars Ivar Hatledal created THRIFT-4748:
------------------------------------------
Summary: Add Jitpack support
Key: THRIFT-4748
URL: https://issues.apache.org/jira/browse/THRIFT-4748
Project: Thrift
Issue Type: Improvement
Components: Java - Library
Reporter: Lars Ivar Hatledal
Add [Jitpack|https://jitpack.io/] support.
This will allow maven/gradle users to consume the java library without having
to wait for it to be appear on maven central. (0.12.0 is still not available).
It would also enable users to target the master branch (or any other branch for
that matter).
The only thing that has to be done is to add a jitpack.yml config file in the
project root directory with the following content:
{code:java}
install:
- gradle -p lib/java/ clean install
{code}
The only problem I see is that the 0.12.0 has to be updated to include this
file (if jitpack users should be able to access that release)
See [https://jitpack.io/#markaren/thrift] for how this would work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)