Changes between Version 19 and Version 20 of BuildingWorldPainter


Ignore:
Timestamp:
Jun 22, 2025, 8:14:02 PM (10 days ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWorldPainter

    v19 v20  
    5959= Set up Maven toolchain
    6060
    61 !WorldPainter uses the Maven toolchain framework (https://maven.apache.org/guides/mini/guide-using-toolchains.html) to find the JDK it needs. You need to follow the instructions on that page to configure a toolchains of type `jdk` and version `17` pointing to a Java 17 JDK. You can do this by placing a file called `toolchains.xml` in your `~/.m2` or `$HOME\.m2` directory with the following contents:
     61!WorldPainter uses the Maven toolchain framework (https://maven.apache.org/guides/mini/guide-using-toolchains.html) to find the JDK it needs. You need to follow the instructions on that page to configure a toolchain of type `jdk` and version `17` pointing to a Java 17 JDK. You can do this by placing a file called `toolchains.xml` in your `~/.m2` or `$HOME\.m2` directory with the following contents:
    6262
    6363{{{#!xml