We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6238ea0 commit b0883bdCopy full SHA for b0883bd
1 file changed
build.gradle
@@ -136,6 +136,7 @@ subprojects { project ->
136
javaLauncher = javaToolchains.launcherFor {
137
languageVersion = JavaLanguageVersion.of(17)
138
}
139
+ jvmArgs '-Djdk.tracePinnedThreads=full'
140
141
142
0 commit comments