Skip to content

Commit bbfc336

Browse files
committed
Merge branch '6.1.x'
2 parents e547313 + bcdc991 commit bbfc336

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ 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.9.20'
6-
id 'org.unbroken-dome.xjc' version '2.0.0' apply false
76
id 'com.github.ben-manes.versions' version '0.51.0'
8-
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
7+
id 'com.github.bjornvester.xjc' version '1.8.2' apply false
98
id 'de.undercouch.download' version '5.4.0'
9+
id 'io.github.goooler.shadow' version '8.1.8' apply false
1010
id 'me.champeau.jmh' version '0.7.2' apply false
1111
id 'me.champeau.mrjar' version '0.1.1'
1212
id "net.ltgt.errorprone" version "3.1.0" apply false

gradle/spring-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'org.springframework.build.conventions'
33
apply plugin: 'org.springframework.build.optional-dependencies'
44
// Uncomment the following for Shadow support in the jmhJar block.
55
// Currently commented out due to ZipException: archive is not a ZIP archive
6-
// apply plugin: 'com.github.johnrengelman.shadow'
6+
// apply plugin: 'io.github.goooler.shadow'
77
apply plugin: 'me.champeau.jmh'
88
apply from: "$rootDir/gradle/publications.gradle"
99
apply plugin: 'net.ltgt.errorprone'

spring-oxm/spring-oxm.gradle

Lines changed: 1 addition & 1 deletion
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)