Skip to content

Commit

Permalink
tests depend on assembleSandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Dec 15, 2015
1 parent c8f2458 commit 8c86034
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class IdeaDevelopmentPlugin implements Plugin<Project> {
private def adjustTestEnvironment(Project project) {
project.afterEvaluate[
project.tasks.withType(Test).all [
dependsOn(assembleSandbox)
systemProperty("idea.home.path", idea.ideaHome)
systemProperty("idea.plugins.path", idea.sandboxDir)
systemProperty('idea.system.path', project.buildDir + "/idea-test-system")
Expand Down

0 comments on commit 8c86034

Please sign in to comment.