eu.mihosoft.vmftext
所有者: Michael Hoffer
Gradle VMF-Text 插件
https://github.com/miho/VMF-Text-Gradle-Plugin
源代码: https://github.com/miho/VMF-Text-Gradle-Plugin
使用 插件 DSL
plugins {
id("eu.mihosoft.vmftext") version "0.1.2.7"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.eu.mihosoft.vmf.vmftext:VMF-Text-Gradle-Plugin:0.1.2.7")
}
}
apply(plugin = "eu.mihosoft.vmftext")