Changes between Version 19 and Version 20 of BuildingWorldPainter
- Timestamp:
- Jun 22, 2025, 8:14:02 PM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingWorldPainter
v19 v20 59 59 = Set up Maven toolchain 60 60 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 sof 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: 62 62 63 63 {{{#!xml