com.intershop.gradle.wsdl
Owner: M.Raab
WSDL plugin for Axis 1 and Axis 2
https://github.com/IntershopCommunicationsAG/wsdl-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/wsdl-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.wsdl") version "1.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.wsdl:wsdl-gradle-plugin:1.2.0") } } apply(plugin = "com.intershop.gradle.wsdl")
- Applying plugins to all subprojects .