com.liferay.wsdl.builder
Owner: Liferay
The WSDL Builder Gradle plugin lets you generate Apache Axis client stubs from Web Service Description (WSDL) files.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-wsdl-builder
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-wsdl-builder
Version 3.0.0
3.0.0
Created 20 February 2020.
The WSDL Builder Gradle plugin lets you generate Apache Axis client stubs from Web Service Description (WSDL) files.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.wsdl.builder") version "3.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-wsdl-builder:3.0.0") } } apply(plugin = "com.liferay.wsdl.builder")
- Applying plugins to all subprojects .