Skip to content

Commit

Permalink
Add licenses field
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Nov 24, 2019
1 parent a090e8f commit 7c77a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/openapi.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def openapi_repositories(swagger_codegen_cli_version = "2.2.2", swagger_codegen_
artifact = "io.swagger:swagger-codegen-cli:" + swagger_codegen_cli_version,
artifact_sha256 = swagger_codegen_cli_sha256,
server_urls = ["http://central.maven.org/maven2"],
licenses = ["notice"], # Apache 2.0 License
)
native.bind(
name = prefix + "/dependency/openapi-cli",
Expand Down

0 comments on commit 7c77a6b

Please sign in to comment.