如何使用JitPack从GitHub获取最新版本?

时间:2016-03-15 04:59:28

标签: java git github gradle jitpack

JitPack可以配置为获取最新版本吗?或者,我是否需要手动创建版本?

GitHub有一个simple process来获取最新信息:

On GitHub, navigate to the main page of the repository.

Releases tabUnder your repository name, click Releases.

Latest release tag

Right click on Latest Release and copy the URL to share it. 

The suffix of this URL is always /releases/latest.

在学习git, JitPack and GitHub relate如何相互关联的上下文中,以便我可以从JitPack中获取更新的工件。

1 个答案:

答案 0 :(得分:3)

Jitpack needs a Release tag, commit hash or -SNAPSHOT(获取分支的最新来源)。

这意味着您需要至少创建一个标记(并使用实例allegro/axion-release-plugin来自动创建GitHub版本。

can query the latest build,但是Jitpack需要一个固定的引用才能有可重复的构建。