Skip to content

Commit

Permalink
[tests] gradlew needs JAVA_HOME set on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Sep 18, 2017
1 parent 61d8410 commit 090e698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Inputs="java\JavaLib\project.properties"
Outputs="$(OutputPath)JavaLib.zip">
<Exec
EnvironmentVariables="ANDROID_HOME=$(AndroidSdkDirectory)"
EnvironmentVariables="ANDROID_HOME=$(AndroidSdkDirectory);JAVA_HOME=$(JavaSdkDirectory)"
Command=".\gradlew assembleDebug --stacktrace"
WorkingDirectory="$(MSBuildThisFileDirectory)java\JavaLib"
/>
Expand Down

0 comments on commit 090e698

Please sign in to comment.