Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
linnn-7 committed Mar 28, 2024
1 parent 3339383 commit 5cd59f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ checkstyle {
toolVersion = '10.2'
}

test {
forkEvery = 1
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down

0 comments on commit 5cd59f2

Please sign in to comment.