Search Gradle plugins

Version 1.2.0

1.2.0

Created 23 June 2023.

WSDL plugin for Axis 1 and Axis 2

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 .