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 0ef321f commit 03bbc6dCopy full SHA for 03bbc6d
analysis/low-level-api-fir/tests-jdk11/build.gradle.kts
@@ -2,6 +2,7 @@ plugins {
2
kotlin("jvm")
3
id("jps-compatible")
4
id("project-tests-convention")
5
+ id("test-inputs-check")
6
}
7
8
dependencies {
@@ -25,9 +26,6 @@ configureJvmToolchain(JdkMajorVersion.JDK_11_0)
25
26
27
projectTests {
28
testTask(jUnitMode = JUnitMode.JUnit5) {
- dependsOn(":dist")
29
- workingDir = rootDir
30
-
31
// This is required by lincheck model checking to be able to use `jdk.internal.misc.Unsafe` and similar classes under the hood.
32
jvmArgs(
33
"--add-opens",
0 commit comments