Skip to content

Commit c29e44b

Browse files
committed
Remove redundant integrationTests Gradle task
The `check` Gradle task already runs the tests in all subprojects, which includes our integration tests.
1 parent 55b229e commit c29e44b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,6 @@ kotlin {
132132

133133
repositories { mavenCentral() }
134134

135-
// Task that runs the tests of the different logger implementations under /integration-tests
136-
tasks.register<GradleBuild>("integrationTests") {
137-
group = "verification"
138-
tasks =
139-
listOf(
140-
":check",
141-
":integration-tests:logback:check",
142-
":integration-tests:log4j:check",
143-
":integration-tests:jul:check",
144-
)
145-
}
146-
147135
spotless {
148136
kotlin {
149137
toggleOffOn()

0 commit comments

Comments
 (0)