Config for JitPack.io#479
Conversation
|
@domesticmouse any thoughts? |
|
@ipcjs can you describe what this achieves? |
| } | ||
| } | ||
| } | ||
| if (System.getenv("JITPACK")) { |
There was a problem hiding this comment.
|
@stephenmcd I updated this description. |
|
My understanding is that JitPack serves as a "maven central" for projects compiled directly from GitHub commits/releases. @ipcjs in this projects case, I think the main benefit of enabling JitPack is that it would allow users of the library to use any branch or commit as their dependency. So users could use the current master branch head commit as a direct dependency for their project from JitPack, without having to depend on a release or build the project locally themselves. Is this right? Are there other benefits? |
|
@barbeau Yes, you are right, that is all. |
|
Ok that seems very worthwhile - thanks all for the input. |
Make the project can be automatically compiled on jitpack.io by judging whether there is a JITPACK variable.