Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Shared userHome between gradleTest instances
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Apr 26, 2018
1 parent ec9a36c commit b150f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ gradleTest {
beforeTest {
println " ${it.name}"
}

gradleArguments '-g', "${buildDir}/gradleTest/userHome"
}

task release {
Expand Down

0 comments on commit b150f1c

Please sign in to comment.