Organize imports Add setting file for Eclipse's "organize imports" tool, based on the settings from the Gerrit project. Organize the imports. Change-Id: Iecd65b8da4d6b48f39000d60cd3730f544159acc
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