aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnCache.java
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2017-12-21 12:50:49 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-21 12:54:03 -0800
commitbaea3b16ab9ff1b9a1b7a758760d035ae096bfd5 (patch)
tree5b3c3cb0703760a142cb16dfe16b822ffdf15e73 /src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnCache.java
parentce1664df63c2fadde8ba09c2102aafe0ef0cd270 (diff)
Terminate --javacopt flags with `--`
JDK 9 adds javac flags that start with `--`, so we can't assume that `--` flags belong to JavaBuilder or turbine. Instead, we will use `--` by itself as a delimiter to parse e.g. `--javacopts --release 8 -- sources Hello.java`. This change cannot be released until versions of turbine and JavaBuilder are released that support the trailing `--`. After it is included in a Blaze release the other tools will be updated again to require the trailing `--`. PiperOrigin-RevId: 179847276
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnCache.java')
0 files changed, 0 insertions, 0 deletions