From 5273ed005bbb2a48252d1f00e70640478cbb9592 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 6 Jun 2024 10:38:45 +0300 Subject: [PATCH] Add docs note about writing extension with Java and Maven Relates to: #40999 --- docs/src/main/asciidoc/building-my-first-extension.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/main/asciidoc/building-my-first-extension.adoc b/docs/src/main/asciidoc/building-my-first-extension.adoc index 5f3cada3f68cb..ef66e3d96ade5 100644 --- a/docs/src/main/asciidoc/building-my-first-extension.adoc +++ b/docs/src/main/asciidoc/building-my-first-extension.adoc @@ -29,6 +29,12 @@ Keep in mind it's not representative of the power of moving things to build time :prerequisites-no-graalvm: include::{includes}/prerequisites.adoc[] +[CAUTION] +==== +Writing extension with any other than Java and Maven has **not** been tested by the Quarkus team so your mileage may vary +if you stray off this path +==== + == Basic Concepts First things first, we will need to start with some basic concepts.