io.byteshifter.soapui
所有者: Sion Williams
Gradle插件,用于运行SoapUI项目
https://github.com/byte-shifter-ltd/soapui-gradle-plugin
来源: https://github.com/byte-shifter-ltd/soapui-gradle-plugin
使用插件DSL
plugins {
id("io.byteshifter.soapui") version "5.3.0.RELEASE"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.3.0.RELEASE")
}
}
apply(plugin = "io.byteshifter.soapui")