Skip to content

Commit 85f8534

Browse files
enbale Junit5
1 parent 53ca0ce commit 85f8534

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ repositories {
4242
mavenCentral()
4343
}
4444

45+
test {
46+
// Enable JUnit 5
47+
useJUnitPlatform()
48+
}
49+
4550
javafx {
4651
version = '17-ea+16' // '16' // '14.0.2.1'
4752
modules = ['javafx.controls']

0 commit comments

Comments
 (0)