Skip to content

Commit 589f17f

Browse files
committed
Polish "Upgrade XJC processing to com.github.bjornvester.xjc"
See gh-33264
1 parent 9366308 commit 589f17f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
// kotlinVersion is managed in gradle.properties
44
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
55
id 'org.jetbrains.dokka' version '1.8.20'
6-
id 'org.unbroken-dome.xjc' version '2.0.0' apply false
76
id 'com.github.ben-manes.versions' version '0.51.0'
7+
id 'com.github.bjornvester.xjc' version '1.8.2' apply false
88
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
99
id 'de.undercouch.download' version '5.4.0'
1010
id 'me.champeau.jmh' version '0.7.2' apply false

spring-oxm/spring-oxm.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.github.bjornvester.xjc" version "1.8.2"
2+
id "com.github.bjornvester.xjc"
33
}
44

55
description = "Spring Object/XML Marshalling"

0 commit comments

Comments
 (0)