Skip to content

Commit ff9d6af

Browse files
committed
Fix testing with gradle
1 parent 95ebb2a commit ff9d6af

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ repositories {
4141
mavenCentral()
4242
}
4343

44+
test {
45+
useJUnitPlatform()
46+
}
47+
4448
dependencies {
4549
implementation group: 'org.json', name: 'json', version: '20201115'
4650
implementation fileTree(dir: 'libs', include: ['*.jar'], excludes: ['**/sources/**'])
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)