We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9366308 commit 589f17fCopy full SHA for 589f17f
build.gradle
@@ -3,8 +3,8 @@ plugins {
3
// kotlinVersion is managed in gradle.properties
4
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
5
id 'org.jetbrains.dokka' version '1.8.20'
6
- id 'org.unbroken-dome.xjc' version '2.0.0' apply false
7
id 'com.github.ben-manes.versions' version '0.51.0'
+ id 'com.github.bjornvester.xjc' version '1.8.2' apply false
8
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
9
id 'de.undercouch.download' version '5.4.0'
10
id 'me.champeau.jmh' version '0.7.2' apply false
spring-oxm/spring-oxm.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "com.github.bjornvester.xjc" version "1.8.2"
+ id "com.github.bjornvester.xjc"
}
description = "Spring Object/XML Marshalling"
0 commit comments