Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Fix reference to singlejar after Bazel's 202d5910a194ae5a0dfbc11692a1…
Browse files Browse the repository at this point in the history
…7e8013017aca. (#49)
  • Loading branch information
katre authored Jun 5, 2017
1 parent 9dd8c3f commit dd6df4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ java_toolchain(
"-XX:+TieredCompilation",
"-XX:TieredStopAtLevel=1",
],
singlejar = ["@bazel_tools//tools/jdk:SingleJar_deploy.jar"],
singlejar = ["@bazel_tools//tools/jdk:singlejar"],
source_version = "7",
target_version = "7",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit dd6df4b

Please sign in to comment.