Polish "Upgrade XJC processing to com.github.bjornvester.xjc"

See gh-33264
This commit is contained in:
Stéphane Nicoll 2024-07-24 11:11:12 +02:00
parent 9366308285
commit 589f17f48b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"