You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/22 14:45:00 UTC

[jira] [Closed] (THRIFT-4748) Add Jitpack support

     [ https://issues.apache.org/jira/browse/THRIFT-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III closed THRIFT-4748.
-------------------------------------
    Resolution: Won't Do
      Assignee: James E. King III

The file lib/java/README.md documents how to build artifacts locally and placing them into your ~/.m2 directory using "./gradlew publishToMavenLocal".

Also, 0.12.0 is now staging.  See THRIFT-4746.  If you can confirm it works for you, I can finalize it to the official repository.

> 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
>            Assignee: James E. King III
>            Priority: Trivial
>              Labels: gradle, java, maven
>
> 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)