Bump required Bazel version to 2.1.0

Also bump bazlets to the latest master revision.

Change-Id: Ifa6a9ec659c79ff76dda49a6d17c1a2525682dd8
2 files changed
tree: ea7ee0cc6041ebee0726f035db64a57ad3643165
  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