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)
1.0.0
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:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.pl.itgolo.gradle:allegro-wsdl:1.0.0") } } apply(plugin = "pl.itgolo.gradle.allegro-wsdl")
- Applying plugins to all subprojects .