-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Publish bazeltools/[email protected] * Apply suggestions from code review Co-authored-by: Fabian Meumertzheim <[email protected]> --------- Co-authored-by: eugene yokota <[email protected]> Co-authored-by: Fabian Meumertzheim <[email protected]>
- Loading branch information
1 parent
d37d271
commit 40a1e86
Showing
4 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module( | ||
name = "bazel_jar_jar", | ||
version = "0.1.0", | ||
) | ||
|
||
bazel_dep(name = "platforms", version = "0.0.7") | ||
bazel_dep(name = "rules_java", version = "6.3.1") | ||
|
||
non_module_deps = use_extension("//internal:non_module_deps.bzl", "non_module_deps") | ||
use_repo( | ||
non_module_deps, | ||
"jvm__jarjar_abrams_assembly", | ||
"jvm__com_twitter__scalding_args", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
bcr_test_module: | ||
module_path: test | ||
matrix: | ||
platform: | ||
- debian10 | ||
- ubuntu2004 | ||
- macos | ||
- macos_arm64 | ||
- windows | ||
tasks: | ||
run_test_module: | ||
name: Run test module | ||
platform: ${{ platform }} | ||
build_targets: | ||
- //... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "sha256-92aiFDvxH3Cn3md5jbbNOFH+3He3A3Fi4FL+5iB/pco=", | ||
"strip_prefix": "bazel_jar_jar-0.1.0", | ||
"url": "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.0/bazel_jar_jar-v0.1.0.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"homepage": "https://github.com/bazeltools/bazel_jar_jar", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "eed3si9n", | ||
"name": "Eugene Yokota" | ||
} | ||
], | ||
"repository": [ | ||
"github:bazeltools/bazel_jar_jar" | ||
], | ||
"versions": [ | ||
"0.1.0" | ||
], | ||
"yanked_versions": {} | ||
} |