Skip to content

Commit

Permalink
added a link to Kase source per #836 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Feb 6, 2024
1 parent 021d66e commit 756ab5a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ abstract class BasePlugin : Plugin<Project> {

// Set the kase working directory ('<build directory>/kase') as a System property,
// so that it's in the right place for projects with relocated directories.
// https://github.com/rickbusarow/kase/blob/255db67f40d5ec83e31755bc9ce81b1a2b08cf11/kase/src/main/kotlin/com/rickbusarow/kase/files/HasWorkingDir.kt#L93-L96
target.tasks.withType(Test::class.java).configureEach { task ->

task.systemProperty("kase.baseWorkingDir", target.buildDir().resolve("kase"))
}
}
Expand Down

0 comments on commit 756ab5a

Please sign in to comment.