earth.cube.github
所有者: Necromancer
用于创建 Github 发布和上传资产的插件。
https://github.com/Cube-Earth/GradlePlugins/tree/master/Root/cube-gradleplugins-github
来源:https://github.com/Cube-Earth/GradlePlugins/tree/master/Root/cube-gradleplugins-github
版本 1.0.0(最新版)
1.0.0
创建于 2017 年 10 月 1 日。
用于创建 Github 发布和上传资产的插件。
使用 插件 DSL
plugins {
id("earth.cube.github") version "1.0.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.earth.cube.gradle.plugins:cube-gradleplugins-github:1.0-SNAPSHOT")
}
}
apply(plugin = "earth.cube.github")