Bump Bazel version to 3.0.0

Change-Id: I87857beb47dbc2c4a1a31db77ebd4598f3b88266
1 file changed
tree: 9c7033bf1ccc7d1fa7f5833138cfad7b24d1ff37
  1. .settings/
  2. bin/
  3. examples/
  4. java/
  5. src/
  6. tools/
  7. .bazelversion
  8. .classpath
  9. .gitignore
  10. .mailmap
  11. .project
  12. bazlets.bzl
  13. BUILD
  14. fake_pom_deploy.xml
  15. fake_pom_install.xml
  16. LICENSE
  17. LICENSE.EPL
  18. LICENSE.GPL
  19. mvn.sh
  20. prolog.bzl
  21. README.md
  22. WORKSPACE
README.md

Prolog Cafe

A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.

Build

To bootstrap Bazel and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:

bazel build :all

To package for Maven into the local ~/.m2/repository directory:

./mvn.sh install

To publish to the gerrit-maven storage bucket:

./mvn.sh deploy