commit | a08c42d704b171bd7bd067adf14937f4863c0c25 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Sep 05 09:54:14 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Sep 05 09:54:14 2019 +0900 |
tree | 6ac35f00a50dee13d8362b4a1fae27427b250ddb | |
parent | 8c9dacd81f18cbeb8daa598be5afa000cd5d985d [diff] |
Bazel: Add fixes for --incompatible_load_java_rules_from_bzl Change-Id: Ibdc2fddf5418180cab05e43be3d9824b7dcc6318
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