mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +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
ad20178f18
commit
e17986dfa4
144 changed files with 2 additions and 8274 deletions
8
third_party/objectify/BUILD
vendored
8
third_party/objectify/BUILD
vendored
|
@ -1,8 +0,0 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # MIT/X11
|
||||
|
||||
java_library(
|
||||
name = "objectify-v4_1",
|
||||
exports = ["//third_party/objectify/v4_1"],
|
||||
)
|
18
third_party/objectify/v4_1/BUILD
vendored
18
third_party/objectify/v4_1/BUILD
vendored
|
@ -1,18 +0,0 @@
|
|||
package_group(
|
||||
name = "specific_version",
|
||||
packages = ["//third_party/objectify"],
|
||||
)
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # MIT/X11
|
||||
|
||||
java_import(
|
||||
name = "v4_1",
|
||||
jars = ["objectify-4.1.3.jar"],
|
||||
srcjar = "objectify-4.1.3-src.jar",
|
||||
deps = [
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
"@javax_servlet_api",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue