Skip to content

Commit 03bbc6d

Browse files
CristianGMSpace Team
authored andcommitted
Make :analysis:low-level-api-fir:tests-jdk11:test cacheable
^KTI-2586
1 parent 0ef321f commit 03bbc6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

analysis/low-level-api-fir/tests-jdk11/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
kotlin("jvm")
33
id("jps-compatible")
44
id("project-tests-convention")
5+
id("test-inputs-check")
56
}
67

78
dependencies {
@@ -25,9 +26,6 @@ configureJvmToolchain(JdkMajorVersion.JDK_11_0)
2526

2627
projectTests {
2728
testTask(jUnitMode = JUnitMode.JUnit5) {
28-
dependsOn(":dist")
29-
workingDir = rootDir
30-
3129
// This is required by lincheck model checking to be able to use `jdk.internal.misc.Unsafe` and similar classes under the hood.
3230
jvmArgs(
3331
"--add-opens",

0 commit comments

Comments
 (0)