File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ plugins {
3
3
// kotlinVersion is managed in gradle.properties
4
4
id ' org.jetbrains.kotlin.plugin.serialization' version " ${ kotlinVersion} " apply false
5
5
id ' org.jetbrains.dokka' version ' 1.9.20'
6
- id ' org.unbroken-dome.xjc' version ' 2.0.0' apply false
7
6
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
9
8
id ' de.undercouch.download' version ' 5.4.0'
9
+ id ' io.github.goooler.shadow' version ' 8.1.8' apply false
10
10
id ' me.champeau.jmh' version ' 0.7.2' apply false
11
11
id ' me.champeau.mrjar' version ' 0.1.1'
12
12
id " net.ltgt.errorprone" version " 3.1.0" apply false
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'org.springframework.build.conventions'
3
3
apply plugin : ' org.springframework.build.optional-dependencies'
4
4
// Uncomment the following for Shadow support in the jmhJar block.
5
5
// 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'
7
7
apply plugin : ' me.champeau.jmh'
8
8
apply from : " $rootDir /gradle/publications.gradle"
9
9
apply plugin : ' net.ltgt.errorprone'
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " com.github.bjornvester.xjc" version " 1.8.2 "
2
+ id " com.github.bjornvester.xjc"
3
3
}
4
4
5
5
description = " Spring Object/XML Marshalling"
You can’t perform that action at this time.
0 commit comments