Skip to content

Commit

Permalink
Update the Java launcher (bazelbuild#199)
Browse files Browse the repository at this point in the history
Includes some fixes like using /usr/bin/env instead of /bin/bash which
makes apps work on weird systems, like mine.
  • Loading branch information
jongerrish authored and git-str committed Aug 30, 2019
1 parent dcc7cde commit cf22480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/internal/repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ load(
_maven_dependencies = "maven_dependencies",
)

_BAZEL_JAVA_LAUNCHER_VERSION = "0.8.1"
_BAZEL_JAVA_LAUNCHER_VERSION = "0.28.1"

_KOTLIN_CURRENT_COMPILER_RELEASE = {
"urls": [
Expand Down Expand Up @@ -77,5 +77,5 @@ def kotlin_repositories(compiler_release = _KOTLIN_CURRENT_COMPILER_RELEASE):
_BAZEL_JAVA_LAUNCHER_VERSION +
"/src/main/java/com/google/devtools/build/lib/bazel/rules/java/" +
"java_stub_template.txt")],
sha256 = "86660ee7d5b498ccf611a1e000564f45268dbf301e0b2b08c984dcecc6513f6e",
sha256 = "e6531a6539ec1e38fec5e20523ff4bfc883e1cc0209eb658fe82eb918eb49657",
)

0 comments on commit cf22480

Please sign in to comment.