{"id":13450602,"url":"https://github.com/google/heroku-buildpack-bazel","last_synced_at":"2025-03-23T16:31:40.829Z","repository":{"id":59945781,"uuid":"66101151","full_name":"google/heroku-buildpack-bazel","owner":"google","description":null,"archived":true,"fork":false,"pushed_at":"2019-03-16T02:46:21.000Z","size":16,"stargazers_count":8,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T00:41:55.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-19T17:44:56.000Z","updated_at":"2024-10-25T12:27:02.000Z","dependencies_parsed_at":"2022-09-25T09:41:08.878Z","dependency_job_id":null,"html_url":"https://github.com/google/heroku-buildpack-bazel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fheroku-buildpack-bazel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fheroku-buildpack-bazel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fheroku-buildpack-bazel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fheroku-buildpack-bazel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/heroku-buildpack-bazel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245130823,"owners_count":20565725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:00:36.582Z","updated_at":"2025-03-23T16:31:40.567Z","avatar_url":"https://github.com/google.png","language":"Shell","funding_links":[],"categories":["Tooling"],"sub_categories":["General"],"readme":"# heroku-buildpack-bazel\nHeroku buildpack for [Bazel](http://www.bazel.io). Currenly, only Java is supported.\n\nBazel is an open-source build tool created by and for the engineers at Google.\n\n## Required files\n1. `BUILD`\n  See the documentation on top-level [BUILD](http://www.bazel.io/docs/tutorial/java.html#creating-your-own-build-file) files.\n2. `WORKSPACE`\n  See the documentation on [Bazel WORKSPACE](http://www.bazel.io/docs/tutorial/workspace.html).\n3. `build_path`\n   This file should contain text for the bazel path to the deploy jar for your application.\n   For example, if the path to your `java_binary` target is `pkg:server`, this file should contain:\n   ```text\n   pkg:server_deploy.jar\n   ```\n\n## Default Procfile\nThe default `Procfile` is:\n```Procfile\nweb: .jdk/bin/java -jar app.jar\n```\n\nThis does not need to be included in your app.\n\nIf you need custom JVM flags, you'll need to include a custom `Procfile` with your application. Modify the line above with the flags you want.\n\n## Use this buildpack\n```shell\nheroku buildpacks:set https://github.com/google/heroku-buildpack-bazel\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fheroku-buildpack-bazel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Fheroku-buildpack-bazel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fheroku-buildpack-bazel/lists"}