aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2018-01-04 09:42:50 -0800
committerGravatar Irina Iancu <elenairina@google.com>2018-01-18 10:12:11 +0100
commit6e945ced1f3d61d2497626db9138127bcb302c77 (patch)
tree2ecd4fb1240700364cf284141c1e1ee3d8ddf34d /src/test/shell
parent6f502ac12180973f4646c95d95e1516082b3c71c (diff)
Update javac version to 9+181-r4173-1
Change-Id: I05fa85967317c4581081adfc620e24a7c6322669
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/testenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/shell/testenv.sh b/src/test/shell/testenv.sh
index b8bc2e02b7..e0bca651c3 100755
--- a/src/test/shell/testenv.sh
+++ b/src/test/shell/testenv.sh
@@ -413,8 +413,8 @@ function create_new_workspace() {
copy_tools_directory
- [ -e third_party/java/jdk/langtools/javac-9-dev-r4023-3.jar ] \
- || ln -s "${langtools_path}" third_party/java/jdk/langtools/javac-9-dev-r4023-3.jar
+ [ -e third_party/java/jdk/langtools/javac-9+181-r4173-1.jar ] \
+ || ln -s "${langtools_path}" third_party/java/jdk/langtools/javac-9+181-r4173-1.jar
touch WORKSPACE
}