commit | 3bac9d7ffd87c0e3ed8e27d72dc9cb2a4d00e364 | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Mon Sep 27 11:50:02 2021 -0700 |
committer | Javac Team <javac-team+copybara@google.com> | Mon Sep 27 11:50:39 2021 -0700 |
tree | d643ca2d4f8f971e4aced4ff0cc2ba6b19ea20dc | |
parent | cef7d152f99e5e59fe7b5f55105ad7085dd90b08 [diff] |
Use Java 8 bytecode at minimum Follow-up to https://github.com/google/turbine/commit/006a74b6cd7565221a2d7fe9593c103bdd83584c. Supporting `-source 7 -target 7` regresses support for type annotations, since turbine continues to emit the attributes but they aren't recognized in v51 class files. PiperOrigin-RevId: 399244322