mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 09:45:19 +02:00
Remove Bazel build (#94)
* Remove bazel build Also updated the build badge to reflect internal build status.
This commit is contained in:
parent
aca18a1d4a
commit
8c5fc6410b
144 changed files with 2 additions and 8274 deletions
8
third_party/jsch/BUILD
vendored
8
third_party/jsch/BUILD
vendored
|
@ -1,8 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # BSD
|
||||
|
||||
java_library(
|
||||
name = "jsch",
|
||||
exports = ["//third_party/jsch/v0_1_53"],
|
||||
)
|
15
third_party/jsch/v0_1_53/BUILD
vendored
15
third_party/jsch/v0_1_53/BUILD
vendored
|
@ -1,15 +0,0 @@
|
|||
package_group(
|
||||
name = "specific_version",
|
||||
packages = ["//third_party/jsch"],
|
||||
)
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # BSD
|
||||
|
||||
java_import(
|
||||
name = "v0_1_53",
|
||||
jars = ["jsch-0.1.53.jar"],
|
||||
srcjar = "jsch-0.1.53-src.jar",
|
||||
deps = ["@com_jcraft_jzlib"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue