File tree Expand file tree Collapse file tree 3 files changed +6
-237
lines changed
Expand file tree Collapse file tree 3 files changed +6
-237
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,12 @@ licenseFormat.dependsOn licenseFormatForKotlin
8585licenseTest. dependsOn licenseTestData
8686
8787checkstyle {
88- // configFile file( new File(new URL("https://raw.githubusercontent.com/mapstruct/mapstruct/master/build-config/src/main/resources/build-config/checkstyle.xml").toURI( ) ) )
88+ toolVersion ' 8.36.1'
89+ config resources. text. fromUri(" https://raw.githubusercontent.com/mapstruct/mapstruct/master/build-config/src/main/resources/build-config/checkstyle.xml" )
90+ configProperties = [
91+ ' checkstyle.cache.file' : rootProject. buildDir. toPath(). resolve(' checkstyle-cachefile' ). toString(),
92+ ' basedir' : ' https://raw.githubusercontent.com/mapstruct/mapstruct/master/build-config' ,
93+ ]
8994}
9095
9196jacoco {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments