Polish "Upgrade XJC processing to com.github.bjornvester.xjc"
See gh-33264
This commit is contained in:
parent
9366308285
commit
589f17f48b
|
@ -3,8 +3,8 @@ plugins {
|
||||||
// kotlinVersion is managed in gradle.properties
|
// kotlinVersion is managed in gradle.properties
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
|
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false
|
||||||
id 'org.jetbrains.dokka' version '1.8.20'
|
id 'org.jetbrains.dokka' version '1.8.20'
|
||||||
id 'org.unbroken-dome.xjc' version '2.0.0' apply false
|
|
||||||
id 'com.github.ben-manes.versions' version '0.51.0'
|
id 'com.github.ben-manes.versions' version '0.51.0'
|
||||||
|
id 'com.github.bjornvester.xjc' version '1.8.2' apply false
|
||||||
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
|
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
|
||||||
id 'de.undercouch.download' version '5.4.0'
|
id 'de.undercouch.download' version '5.4.0'
|
||||||
id 'me.champeau.jmh' version '0.7.2' apply false
|
id 'me.champeau.jmh' version '0.7.2' apply false
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.bjornvester.xjc" version "1.8.2"
|
id "com.github.bjornvester.xjc"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = "Spring Object/XML Marshalling"
|
description = "Spring Object/XML Marshalling"
|
||||||
|
|
Loading…
Reference in New Issue