package be.simplenotes plugins { java apply false } tasks.withType { useJUnitPlatform { excludeTags("slow") } } dependencies { testRuntimeOnly(project(":junit-config")) }