pl.itgolo.gradle.allegro-wsdl
Owner:
Karol
This is plugin Gradle 3.0. Automatic create Java classes from WSDL of Allegro.pl.
Sources: https://github.com/kargolsan/AllegroWSDL2Java
Version 1.0.0 (latest)
Created 02 September 2016.
This is plugin Gradle 3.0. Automatic create Java classes from WSDL of Allegro.pl.
Add this plugin to your build using the plugins DSL:
plugins {
id("pl.itgolo.gradle.allegro-wsdl") version "1.0.0"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("pl.itgolo.gradle.allegro-wsdl:pl.itgolo.gradle.allegro-wsdl.gradle.plugin:1.0.0") }
It can then be applied in the precompiled script plugin:plugins { id("pl.itgolo.gradle.allegro-wsdl") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pl.itgolo.gradle.allegro-wsdl:pl.itgolo.gradle.allegro-wsdl.gradle.plugin:1.0.0") } } apply(plugin = "pl.itgolo.gradle.allegro-wsdl")
- Applying plugins to all subprojects .