de.buehmann.gradle.jubula
所有者: Raimar Bühmann
Jubula Java API插件,用于使用Swing、JavaFX、RCP测试GUI应用程序
https://github.com/OpenHelios/de.buehmann.gradle.jubula
使用插件DSL
plugins {
id("de.buehmann.gradle.jubula") version "4.1.1"
}
使用传统插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.de.buehmann.tools:de.buehmann.gradle.jubula:4.1.1")
}
}
apply(plugin = "de.buehmann.gradle.jubula")