Changes between Version 6 and Version 7 of BuildingWorldPainter


Ignore:
Timestamp:
04/19/20 18:06:49 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWorldPainter

    v6 v7  
    5757!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:
    5858
    59 {{{xml
     59{{{#!xml
    6060<toolchains>
    6161        <!-- JDK toolchains -->