Skip to content

Commit

Permalink
A try to stabilize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 5, 2024
1 parent 0db3923 commit 64ed38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ dependencies {
test {
outputs.upToDateWhen { return false }
useJUnitPlatform()
forkEvery(1)
maxParallelForks(5)
doFirst {
def weaver = configurations.testRuntimeClasspath.find { it.name.contains("aspectjweaver") }
jvmArgs += "-javaagent:$weaver"
Expand Down

0 comments on commit 64ed38d

Please sign in to comment.