de.gliderpilot.jnlp-war
所有者: 托比亚斯·舒尔特
Gradle插件,用于生成webstart和applet jnlp文件
https://github.com/tschulte/gradle-jnlp-plugin
来源: https://github.com/tschulte/gradle-jnlp-plugin
使用 插件 DSL
plugins {
id("de.gliderpilot.jnlp-war") version "1.2.6"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.de.gliderpilot.gradle.jnlp:gradle-jnlp-plugin:1.2.6")
}
}
apply(plugin = "de.gliderpilot.jnlp-war")