mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
ChangeLog: https://blog.bazel.build/2022/01/19/bazel-5.0.html PR: 261363 Reported by: aehlig@linta.de (maintainer)
13 lines
425 B
Text
13 lines
425 B
Text
--- scripts/bootstrap/BUILD.bootstrap.orig 1979-12-31 23:00:00 UTC
|
|
+++ scripts/bootstrap/BUILD.bootstrap
|
|
@@ -16,8 +16,8 @@ default_java_toolchain(
|
|
"-XX:TieredStopAtLevel=1",
|
|
],
|
|
singlejar = ["//src/tools/singlejar:singlejar"],
|
|
- source_version = "8",
|
|
+ source_version = "11",
|
|
tags = ["manual"],
|
|
- target_version = "8",
|
|
+ target_version = "11",
|
|
visibility = ["//visibility:public"],
|
|
)
|