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

Commit

Permalink
Merge pull request #73 from aiuto/java1
Browse files Browse the repository at this point in the history
update to java 0.1.1 release
  • Loading branch information
aiuto committed Oct 2, 2019
2 parents ed2907a + f875524 commit df220c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
1 change: 0 additions & 1 deletion .bazelci/rules_java.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build_targets: &build_targets
- '--'
- '@rules_java//...'
- '-@rules_java//distro/...' # TODO(aiuto): fix and enable distro targets
tasks:
macos:
build_targets: *build_targets
Expand Down
17 changes: 5 additions & 12 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -172,21 +172,14 @@ def rules_java_deps():

def rules_java():
rules_java_deps()
# TODO(aiuto): After https://github.com/bazelbuild/rules_java/pull/14 is
# submitted, produce a release and point to that new one.
#maybe(
# http_archive,
# name = "rules_java",
# url = "https://github.com/bazelbuild/rules_java/releases/download/0.1.0/rules_java-0.1.0.tar.gz",
# sha256 = "TBD",
#)
maybe(
http_archive,
name = "rules_java",
url = "https://github.com/bazelbuild/rules_java/archive/d7bf804c8731edd232cb061cb2a9fe003a85d8ee.zip",
sha256 = "dc6b247b0bc61120e6c2bfe314c7ed5b19a3a5d5d3a3f8e9acf3ea8b4fb05c7b",
strip_prefix = "rules_java-d7bf804c8731edd232cb061cb2a9fe003a85d8ee",
type = "zip",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_java/archive/rules_java-0.1.1.tar.gz",
"https://github.com/bazelbuild/rules_java/releases/download/0.1.1/rules_java-0.1.1.tar.gz",
],
sha256 = "220b87d8cfabd22d1c6d8e3cdb4249abd4c93dcc152e0667db061fb1b957ee68",
)

def rules_nodejs_deps():
Expand Down

0 comments on commit df220c0

Please sign in to comment.