commit | 204b2ab259d84797ada4200ccf049b4dba2b6875 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Apr 07 16:20:48 2020 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Apr 07 16:20:48 2020 +0900 |
tree | 9c7033bf1ccc7d1fa7f5833138cfad7b24d1ff37 | |
parent | cf7f25f78107d0a92a326a23d7b5f98dd68a1661 [diff] |
Bump Bazel version to 3.0.0 Change-Id: I87857beb47dbc2c4a1a31db77ebd4598f3b88266
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