geneontology / obographs

Basic and Advanced OBO Graphs: specification and reference implementation
63 stars 12 forks source link

Immutables #67

Closed cmungall closed 3 years ago

cmungall commented 3 years ago

@julesjacobsen is this still required now we have #63.

julesjacobsen commented 3 years ago

@cmungall This is ready to be merged - conflicts are due to absolutely everything changing, but this branch contains the code which produces the attached go and hpo JSON representations and should be considered the source of truth. immutables-json.zip

There is a new release profile to make like easier for releasing to Maven Central and I added a maven wrapper to

./mvnw clean deploy -P release

Annoyingly the release plugin will not work on Java 16 (or at least not OpenJDK 16) but will work on Java 11 (tested with OpenJDK 11)