io.github.ushiosan23.custom_jfx_plugin
所有者: Brian Alvarez
使用不同配置从同一平台创建带有JavaFX的项目
https://github.com/Ushiosan23/custom-jfx-plugin
源文件:https://github.com/Ushiosan23/custom-jfx-plugin.git
使用插件DSL
plugins {
id("io.github.ushiosan23.custom_jfx_plugin") version "0.2.0"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.ushiosan23:custom_jfx_plugin:0.2.0")
}
}
apply(plugin = "io.github.ushiosan23.custom_jfx_plugin")