Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[tests] gradlew needs JAVA_HOME set on Windows
  • Loading branch information
jonathanpeppers committed Sep 19, 2017
commit d7c75aee39f65db6fd8e8f7da9aafa395ca1c62c
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