Skip to content

Commit 69b9977

Browse files
committed
Removing attaching animalsniffer check to compilation
1 parent 4165d44 commit 69b9977

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

buildSrc/src/main/kotlin/otel.animalsniffer-conventions.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ animalsniffer {
1717
tasks.withType<AnimalSniffer> {
1818
reports.text.required.set(true)
1919
}
20-
21-
// Attaching animalsniffer check to the compilation process.
22-
tasks.named("classes").configure {
23-
finalizedBy("animalsnifferMain")
24-
}

0 commit comments

Comments
 (0)