diff options
author | 2022-01-26 21:49:25 +0000 | |
---|---|---|
committer | 2022-01-26 21:49:25 +0000 | |
commit | ee5ceff61e4a7fdcbfdb1c9739b31e8d5a07155c (patch) | |
tree | ad378bdea98793533ea7ae4dc5868ed084eb337a | |
parent | d643a20d8ad9c3dd280d400302d99127b8566fdf (diff) | |
parent | bd0c8c1673624dbcc99cd7685eb24340eb0ea3cd (diff) |
Merge "Set JDK 11 for robolectric test configuration"
-rw-r--r-- | core/robolectric_test_config_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/robolectric_test_config_template.xml b/core/robolectric_test_config_template.xml index e62175f529..483b9577bf 100644 --- a/core/robolectric_test_config_template.xml +++ b/core/robolectric_test_config_template.xml @@ -18,7 +18,7 @@ <option name="test-suite-tag" value="robolectric" /> <option name="test-suite-tag" value="robolectric-tests" /> - <option name="java-folder" value="prebuilts/jdk/jdk9/linux-x86/" /> + <option name="java-folder" value="prebuilts/jdk/jdk11/linux-x86/" /> <option name="exclude-paths" value="java" /> <option name="use-robolectric-resources" value="true" /> |