Suppress EqualsWrongThing flagged by error prone
This fixes the build:
ERROR: /home/davido/projects/prolog-cafe/BUILD:46:1: Building \
liblang.jar (48 source files) failed (Exit 1)
java/com/googlecode/prolog_cafe/lang/VariableTerm.java:193: error: \
[EqualsWrongThing] Suspicious comparison between `val` and `this`
if(val != this)
^
(see https://errorprone.info/bugpattern/EqualsWrongThing)
Change-Id: I17456d8ecea82862440b82993a99018bf9827987
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