File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1- import ru.vyarus.gradle.plugin.animalsniffer.AnimalSniffer
2-
31plugins {
42 id(" otel.java-conventions" )
53 id(" otel.publish-conventions" )
@@ -64,12 +62,6 @@ testing {
6462}
6563
6664tasks {
67- named<AnimalSniffer >(" animalsnifferMain" ) {
68- // We cannot use IgnoreJreRequirement since it does not work correctly for fields.
69- // https://github.com/mojohaus/animal-sniffer/issues/131
70- exclude(" **/concurrent/Jre*Adder*" )
71- }
72-
7365 check {
7466 dependsOn(testing.suites)
7567 }
Original file line number Diff line number Diff line change 1- import ru.vyarus.gradle.plugin.animalsniffer.AnimalSniffer
2-
31plugins {
42 id(" otel.java-conventions" )
53 id(" otel.publish-conventions" )
@@ -80,11 +78,3 @@ tasks {
8078 dependsOn(testing.suites)
8179 }
8280}
83-
84- tasks {
85- withType<AnimalSniffer >().configureEach {
86- // We catch NoClassDefFoundError to fallback to non-jctools queues.
87- exclude(" **/internal/shaded/jctools/**" )
88- exclude(" **/internal/JcTools*" )
89- }
90- }
You can’t perform that action at this time.
0 commit comments