Skip to content

Commit b7644dd

Browse files
CristianGMSpace Team
authored andcommitted
Make :compiler:util:test cacheable
^KTI-2586
1 parent 7d189ee commit b7644dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler/util/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
id("jps-compatible")
66
id("gradle-plugin-compiler-dependency-configuration")
77
id("project-tests-convention")
8+
id("test-inputs-check")
89
}
910

1011
dependencies {
@@ -41,7 +42,5 @@ tasks.withType<KotlinJvmCompile>().configureEach {
4142
testsJar()
4243

4344
projectTests {
44-
testTask(jUnitMode = JUnitMode.JUnit4) {
45-
workingDir = rootDir
46-
}
45+
testTask(jUnitMode = JUnitMode.JUnit4)
4746
}

0 commit comments

Comments
 (0)