File tree Expand file tree Collapse file tree 3 files changed +0
-250
lines changed Expand file tree Collapse file tree 3 files changed +0
-250
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id " java"
33 id " maven-publish"
4- id " checkstyle"
54 id " org.embulk.embulk-plugins" version " 0.5.5"
65 id " com.palantir.git-version" version " 0.13.0"
76 id " com.diffplug.spotless" version " 5.15.0"
@@ -63,19 +62,6 @@ clean {
6362 delete ' default_jdbc_driver'
6463}
6564
66- checkstyle {
67- configFile = file(" ${ project.rootDir} /config/checkstyle/checkstyle.xml" )
68- toolVersion = ' 6.14.1'
69- }
70- checkstyleMain {
71- configFile = file(" ${ project.rootDir} /config/checkstyle/default.xml" )
72- ignoreFailures = true
73- }
74- checkstyleTest {
75- configFile = file(" ${ project.rootDir} /config/checkstyle/default.xml" )
76- ignoreFailures = true
77- }
78-
7965gem {
8066 from(" LICENSE.txt" )
8167 authors = [ " " ]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments