Heroku buildpack for Bazel. Currenly, only Java is supported.
Bazel is an open-source build tool created by and for the engineers at Google.
BUILDSee the documentation on top-level BUILD files.WORKSPACESee the documentation on Bazel WORKSPACE.build_pathThis file should contain text for the bazel path to the deploy jar for your application. For example, if the path to yourjava_binarytarget ispkg:server, this file should contain:pkg:server_deploy.jar
The default Procfile is:
web: .jdk/bin/java -jar app.jarThis does not need to be included in your app.
If 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.
heroku buildpacks:set https://github.com/google/heroku-buildpack-bazel