diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index be1c26f4..45237064 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -37,11 +37,7 @@ dependencies { } tasks.named("test") { - useJUnitPlatform { - if (!project.hasProperty("includeIntegration")) { - excludeTags("integration") - } - } + useJUnitPlatform() } configurations {