Update bazlets to latest master revision and build with Bazel 1.0.0

Introduce .bazelversion specifying version 1.0.0, and machinery in
the WORKSPACE to ensure that the minimum version is used.

Test plan: bazel build all

Change-Id: Iab9b87df506f5a5204c49e82449bca903f828fdf
4 files changed
tree: 9095273d1bd53d48005f3285731f6285efdc7700
  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