14 lines
170 B
Plaintext
14 lines
170 B
Plaintext
package be.simplenotes
|
|
|
|
plugins {
|
|
java apply false
|
|
}
|
|
|
|
tasks.withType<Test> {
|
|
useJUnitPlatform()
|
|
}
|
|
|
|
dependencies {
|
|
testRuntimeOnly(project(":junit-config"))
|
|
}
|