commit | cf7f25f78107d0a92a326a23d7b5f98dd68a1661 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Mon Feb 17 10:13:02 2020 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Mon Feb 17 10:14:26 2020 +0900 |
tree | ea7ee0cc6041ebee0726f035db64a57ad3643165 | |
parent | 3d7a01e6fe417f39d99c6f9d60542819dcd72a82 [diff] |
Bump required Bazel version to 2.1.0 Also bump bazlets to the latest master revision. Change-Id: Ifa6a9ec659c79ff76dda49a6d17c1a2525682dd8
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
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