aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/create_embedded_tools.py
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/create_embedded_tools.py
parent6f502ac12180973f4646c95d95e1516082b3c71c (diff)
Update javac version to 9+181-r4173-1
Change-Id: I05fa85967317c4581081adfc620e24a7c6322669
Diffstat (limited to 'src/create_embedded_tools.py')
-rw-r--r--src/create_embedded_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/create_embedded_tools.py b/src/create_embedded_tools.py
index 17d747fafc..352069c411 100644
--- a/src/create_embedded_tools.py
+++ b/src/create_embedded_tools.py
@@ -35,8 +35,8 @@ output_paths = [
('*JacocoCoverage*_deploy.jar',
lambda x: 'tools/jdk/JacocoCoverage_deploy.jar'),
('*turbine_deploy.jar', lambda x: 'tools/jdk/turbine_deploy.jar'),
- ('*javac-9-dev-r4023-3.jar',
- lambda x: 'third_party/java/jdk/langtools/javac-9-dev-r4023-3.jar'),
+ ('*javac-9+181-r4173-1.jar',
+ lambda x: 'third_party/java/jdk/langtools/javac-9+181-r4173-1.jar'),
('*SingleJar_deploy.jar',
lambda x: 'tools/jdk/singlejar/SingleJar_deploy.jar'),
('*GenClass_deploy.jar', lambda x: 'tools/jdk/GenClass_deploy.jar'),