Skip to content

Commit 83b4928

Browse files
feat: cosmetic changes
1 parent 7bd4ba9 commit 83b4928

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dbAndCsvBatch/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ plugins {
77
id("project-report")
88
id("jacoco")
99
id("com.github.spotbugs") version "6.0.26"
10-
id("idea")
11-
id("eclipse")
1210
}
1311

1412
group = 'com.example.batch'
@@ -110,4 +108,4 @@ tasks.named('build') {
110108
dependsOn 'generateJooq'
111109
}
112110

113-
defaultTasks 'spotlessApply', 'clean', 'check', 'jacocoTestReport', 'projectReport', 'bootJar'
111+
defaultTasks 'tasks', 'spotlessApply', 'clean', 'check', 'jacocoTestReport', 'spotbugsMain', 'projectReport', 'bootJar'

skeletonBatch/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ plugins {
77
id("project-report")
88
id("jacoco")
99
id("com.github.spotbugs") version "6.0.26"
10-
id("idea")
11-
id("eclipse")
1210
}
1311

1412
group = 'com.example.batch'
@@ -59,4 +57,4 @@ jar {
5957
enabled = true
6058
}
6159

62-
defaultTasks 'tasks', 'spotlessApply', 'clean', 'check', 'jacocoTestReport', 'projectReport', 'bootJar'
60+
defaultTasks 'tasks', 'spotlessApply', 'clean', 'check', 'jacocoTestReport', 'spotbugsMain', 'projectReport', 'bootJar'

0 commit comments

Comments
 (0)