Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/site/apt/toolchains/jdk.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ JDK Toolchain
<provides>
<version>11</version>
<vendor>temurin</vendor>
<purpose>for_mevenide</purpose>
<purpose>for_maven</purpose>
</provides>
<configuration>
<jdkHome>/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home</jdkHome>
Expand All @@ -61,11 +61,11 @@ JDK Toolchain
</toolchains>
+---+

This defines a toolchain with version 11, vendor "temurin", and purpose "for_mevenide".
This defines a toolchain with version 11, vendor "temurin", and purpose "for_maven".

A project can request this toolchain by specifying the type "jdk" and the version "11".
It can also use a version range that includes 11 like <<<[8, 17]>>>. It can also ask for the
vendor temurin, with or without version, or the purpose "for_mevenide".
vendor temurin, with or without version, or the purpose "for_maven".


* Toolchains Plugin Configuration
Expand Down
Loading