Changes between Version 6 and Version 7 of BuildingWorldPainter
- Timestamp:
- 04/19/20 18:06:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingWorldPainter
v6 v7 57 57 !WorldPainter uses the Maven toolchain framework (https://maven.apache.org/guides/mini/guide-using-toolchains.html) to find the JDK's it needs. You need to follow the instructions on that page to configure two toolchains: one of type `jdk` and version `1.8` pointing to a Java 8 JDK, and one of type `jdk` and version `9` pointing to a Java 9 JDK. You can do this by placing a file called `toolchains.xml` in your `~/.m2` or `$HOME\.m2` directory with the following contents: 58 58 59 {{{ xml59 {{{#!xml 60 60 <toolchains> 61 61 <!-- JDK toolchains -->