org.glavo.load-maven-publish-properties
所有者: Glavo
加载 Maven 发布属性
https://github.com/Glavo/load-maven-publish-properties-plugin
来源: https://github.com/Glavo/load-maven-publish-properties-plugin.git
版本 0.1.0 (最新)
0.1.0
创建日期 2023年1月12日。
加载 Maven 发布属性
使用 插件 DSL
plugins {
id("org.glavo.load-maven-publish-properties") version "0.1.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.glavo:load-maven-publish-properties:0.1.0")
}
}
apply(plugin = "org.glavo.load-maven-publish-properties")
使用 插件 DSL
plugins {
id "org.glavo.load-maven-publish-properties" version "0.1.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "org.glavo:load-maven-publish-properties:0.1.0"
}
}
apply plugin: "org.glavo.load-maven-publish-properties"