Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 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
3 people authored Dec 4, 2023
1 parent d37d271 commit 40a1e86
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/bazel_jar_jar/0.1.0/MODULE.bazel
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",
)
15 changes: 15 additions & 0 deletions modules/bazel_jar_jar/0.1.0/presubmit.yml
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:
- //...
5 changes: 5 additions & 0 deletions modules/bazel_jar_jar/0.1.0/source.json
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"
}
17 changes: 17 additions & 0 deletions modules/bazel_jar_jar/metadata.json
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": {}
}

0 comments on commit 40a1e86

Please sign in to comment.