File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
global :
18
18
- GRADLE_OPTS=-Dorg.gradle.daemon=false
19
19
matrix :
20
- - TEST_SUITE=checkstyle
21
20
- TEST_SUITE=check OPTIONS=modernizer
21
+ - TEST_SUITE=checkstyle
22
22
- TEST_SUITE=fetcherTest
23
23
- TEST_SUITE=databaseTest
24
24
- TEST_SUITE=guiTest
Original file line number Diff line number Diff line change @@ -395,11 +395,11 @@ checkstyle {
395
395
// do not use other packages for checkstyle, excluding gen(erated) sources
396
396
checkstyleMain. source = " src/main/java"
397
397
toolVersion = ' 8.5'
398
+
399
+ // do not perform checkstyle checks by default
400
+ sourceSets = []
398
401
}
399
402
400
- checkstyleMain. shouldRunAfter test
401
- checkstyleTest. shouldRunAfter test
402
-
403
403
modernizer {
404
404
// We have more than 20 issues, which are not fixed yet. Nevertheless, we produce the modernizer output.
405
405
// See https://github.com/andrewgaul/modernizer-maven-plugin for more information on modernizer
You can’t perform that action at this time.
0 commit comments