问题描述
我知道链接中有一些外部插件,例如: https://www.michel-kraemer.com/gradle-download-task-download-files-with-progress/,用于通过Gradle下载文件.但是由于必须从Artifactory下载文件,所以我想知道是否有任何JFrog/Artifactory插件可以从Gradle中的Artifactory下载文件.任何人都可以提供代码吗?
JFrog有一个Gradle插件,其示例可在 Github .您可以在此 Jfrog Wiki页面中找到其他文档. /p>
HTH,或者
I know there are external plugins like the one in the link: https://www.michel-kraemer.com/gradle-download-task-download-files-with-progress/ for downloading files through Gradle. But since I have to download the files from Artifactory, I was wondering if there are any JFrog/Artifactory plugins to download files from Artifactory in Gradle. Can anyone please provide code also?
JFrog has a Gradle plugin, with examples available on Github.You can find additional documentation in this Jfrog wiki page.
HTH,Or
这篇关于JFrog/Artifactory插件,用于在Gradle中下载文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!