commit | ce72c19fe3844ccfd8b53e392df39f2ac3153509 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Sep 22 09:07:32 2016 +0200 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Sep 23 14:00:21 2016 +0000 |
tree | c3e789e40148e7448d4c548ef90fde2c52b0600c | |
parent | 6ea47f33aaec4ef109c522a2a0c1130651ee4c8d [diff] |
Build with Java 8 Change-Id: Ia736fb268e815a7aea66a2b0d96ff6f5ba8ae211
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Buck and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
buck build all
To package for Maven into the local ~/.m2/repository
directory:
buck build install
To publish to the gerrit-maven storage bucket:
buck build deploy