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 7d189ee commit b7644ddCopy full SHA for b7644dd
compiler/util/build.gradle.kts
@@ -5,6 +5,7 @@ plugins {
5
id("jps-compatible")
6
id("gradle-plugin-compiler-dependency-configuration")
7
id("project-tests-convention")
8
+ id("test-inputs-check")
9
}
10
11
dependencies {
@@ -41,7 +42,5 @@ tasks.withType<KotlinJvmCompile>().configureEach {
41
42
testsJar()
43
44
projectTests {
- testTask(jUnitMode = JUnitMode.JUnit4) {
45
- workingDir = rootDir
46
- }
+ testTask(jUnitMode = JUnitMode.JUnit4)
47
0 commit comments