package be.simplenotes plugins { java apply false } tasks.withType { useJUnitPlatform() } sourceSets { val test by getting test.resources.srcDir("${rootProject.projectDir}/simplenotes-test-resources/src/test/resources") }