From 0bdf36cb4db5d39b943465d9944b52a95acd6c27 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Wed, 4 Sep 2024 12:18:29 +0200 Subject: [PATCH] mention gradle dsl kts not supported in quarkus update --- docs/src/main/asciidoc/update-quarkus.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/update-quarkus.adoc b/docs/src/main/asciidoc/update-quarkus.adoc index 0d6fc592957eb..8e094c35a2b72 100644 --- a/docs/src/main/asciidoc/update-quarkus.adoc +++ b/docs/src/main/asciidoc/update-quarkus.adoc @@ -20,6 +20,7 @@ Post-update, if expected updates are missing, consider the following reasons: - The recipe might not include a specific item in your project. - Your project might use an extension that is incompatible with the latest {project-name} version. +- If you have Gradle Kotlin build files (`.kts`), Quarkus Update https://github.com/quarkusio/quarkus/issues/33046[will fail] until OpenRewrite supports these. [IMPORTANT] ====