Browse Source

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

See gh-33264
pull/33365/head
Stéphane Nicoll 1 year ago
parent
commit
589f17f48b
  1. 2
      build.gradle
  2. 2
      spring-oxm/spring-oxm.gradle

2
build.gradle

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

2
spring-oxm/spring-oxm.gradle

@ -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…
Cancel
Save