文件名称:gradle-script-nexus-publisher:带有可扩展任务的 Gradle 脚本以将其他 gradle 脚本上传到 nexus 存储库
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-21 10:27:43
gradle-script-nexus-publisher 关于 此脚本是一个简单的自定义任务,用于将 gradle 脚本发布到 nexus。 当我们团队中的 gradle 项目数量增加时,出现了需要一种在公共站点(在私有网络内)发布脚本的简单方法。 在这一点上,我们需要一种方法来集中一些通用脚本,这将在许多项目中使用。 我们决定使用我们的 nexus 存储库是个好主意。 该脚本旨在将这种常见的 gradle 脚本上传到 nexus,无需人工干预。 用法 在您要上传的 gradle 脚本中,比方说 yourScript.gradle: apply from : ' https://raw.githubusercontent.com/laghi/gradle-script-nexus-publisher/master/gradle-nexus-publish.gradle ' up
【文件预览】:
gradle-script-nexus-publisher-master
----.gitignore(18B)
----LICENSE(11KB)
----gradle-nexus-publish.gradle(1KB)
----README.md(2KB)