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.4 (latest)
3.0.4
Created 15 March 2024.
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.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-wsdl-builder:3.0.4") } } apply(plugin = "com.liferay.wsdl.builder")
- Applying plugins to all subprojects .