Skip to content

Commit

Permalink
Added a line on how to compile with Java 8 (e.g. for PathVisio)
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 25, 2024
1 parent 521cf44 commit c19b79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ able to compile with a simple:
mvn clean install -Dgpg.skip
```

When compiling the Java8-compatible components, use the `pom-java8.xml` file instead, with `mvn -f pom-java8.xml`.

You can find the libraries in the folder called "target", in each sublibrary folder (used to be called "dist" in ant).

If you want to ignore failing tests, e.g. because you are not online,
Expand Down

0 comments on commit c19b79b

Please sign in to comment.