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:52:00 UTC

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

    [ https://issues.apache.org/jira/browse/THRIFT-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748796#comment-16748796 ] 

James E. King III commented on THRIFT-4748:
-------------------------------------------

I added -Prelease=true to the command line to run.

> 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
>             Fix For: 0.13.0
>
>
> 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)