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