Skip to content

Commit

Permalink
upgrade lincheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jul 9, 2023
1 parent 3dfba16 commit 73a6a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion caffeine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ tasks.register<Test>("lincheckTest") {
"--add-opens", "java.base/jdk.internal.vm=ALL-UNNAMED",
"--add-opens", "java.base/jdk.internal.misc=ALL-UNNAMED",
"--add-opens", "java.base/jdk.internal.access=ALL-UNNAMED",
"--add-exports", "java.base/jdk.internal.util=ALL-UNNAMED")
"--add-exports", "java.base/jdk.internal.util=ALL-UNNAMED",
"-XX:ActiveProcessorCount=" + max(8, Runtime.getRuntime().availableProcessors()))
testLogging.events("started")
includeGroups("lincheck")
maxHeapSize = "3g"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ junit-testng = "1.0.4"
junit4 = "4.13.2"
junit5 = "5.10.0-RC1"
kotlin = "1.9.0"
lincheck = "2.18.1"
lincheck = "2.21"
mockito = "5.4.0"
nekohtml = "1.9.22"
nexus-publish = "2.0.0-rc-1"
Expand Down

0 comments on commit 73a6a68

Please sign in to comment.