From f380d8b585c3be167c19b69c9cadf5f6c4c04156 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 23 Jul 2026 11:50:53 +0000 Subject: [PATCH] Fix typo: for_mevenide -> for_maven in JDK toolchain docs --- src/site/apt/toolchains/jdk.apt.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/apt/toolchains/jdk.apt.vm b/src/site/apt/toolchains/jdk.apt.vm index 04f2ac1..c6cae94 100644 --- a/src/site/apt/toolchains/jdk.apt.vm +++ b/src/site/apt/toolchains/jdk.apt.vm @@ -51,7 +51,7 @@ JDK Toolchain 11 temurin - for_mevenide + for_maven /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home @@ -61,11 +61,11 @@ JDK Toolchain +---+ - 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