We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021d66e commit 756ab5aCopy full SHA for 756ab5a
build-logic/conventions/src/main/kotlin/com/squareup/anvil/conventions/BasePlugin.kt
@@ -140,7 +140,9 @@ abstract class BasePlugin : Plugin<Project> {
140
141
// Set the kase working directory ('<build directory>/kase') as a System property,
142
// so that it's in the right place for projects with relocated directories.
143
+ // https://github.com/rickbusarow/kase/blob/255db67f40d5ec83e31755bc9ce81b1a2b08cf11/kase/src/main/kotlin/com/rickbusarow/kase/files/HasWorkingDir.kt#L93-L96
144
target.tasks.withType(Test::class.java).configureEach { task ->
145
+
146
task.systemProperty("kase.baseWorkingDir", target.buildDir().resolve("kase"))
147
}
148
0 commit comments