Skip to content

Commit c3139d2

Browse files
committed
Remove plugins
1 parent 0db564d commit c3139d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import com.diffplug.spotless.LineEnding
22

33
plugins {
44
id("java-library")
5-
id("jacoco")
65
id("maven-publish")
76
id("signing")
87
id("com.diffplug.spotless").version("8.0.0")
@@ -146,9 +145,3 @@ tasks.withType<Javadoc>().configureEach {
146145
tasks.withType<Test>().configureEach {
147146
useJUnitPlatform()
148147
}
149-
tasks.test {
150-
finalizedBy(tasks.jacocoTestReport) // report is always generated after tests run
151-
}
152-
tasks.jacocoTestReport {
153-
dependsOn(tasks.test) // tests are required to run before generating the report
154-
}

0 commit comments

Comments
 (0)