Skip to content

Commit 2ee8fc8

Browse files
committed
3.0.1
1 parent bf027d4 commit 2ee8fc8

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
### Note
22

33
* Version 3.0.0 contains a breaking change: 'cxfVersion' and 'cxfPluginVersion' properties are now required.
4+
* Version 3.0.1 - adaption for Gradle 9
45
* This plugin is forked from deprecated nilsmagnus/wsdl2java to make the plugin compatible with Gradle 7+.
6+
* Upcoming 4.0.0 - Gradle 9+ with latest jaxb, jaxws, saaj, cxf-xjc dependencies
57

68
wsdl2java gradle plugin
79
=========
@@ -41,7 +43,7 @@ Groovy:
4143
```groovy
4244
plugins {
4345
id 'java'
44-
id 'com.yupzip.wsdl2java' version '3.0.0'
46+
id 'com.yupzip.wsdl2java' version '3.0.1'
4547
}
4648
```
4749

@@ -50,7 +52,7 @@ Kotlin:
5052
```kotlin
5153
plugins {
5254
id("java")
53-
id("com.yupzip.wsdl2java") version "3.0.0"
55+
id("com.yupzip.wsdl2java") version "3.0.1"
5456
}
5557
```
5658

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'com.yupzip'
11-
version = '3.0.0'
11+
version = '3.0.1'
1212

1313
// stay compatible with the crowd
1414
sourceCompatibility = JavaVersion.VERSION_1_6

0 commit comments

Comments
 (0)