From 7388a8ed2b97ea172c2fd16d6a69cebdc34c814b Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Mon, 24 Apr 2023 21:59:03 +0200 Subject: [PATCH] chore(core): nx plugin submission @jnxplus/nx-quarkus-gradle (#16482) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 4349daf7b7a16..b8c0bb0e31743 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -433,5 +433,10 @@ "name": "nx-size-limit", "description": "Adds size-limit support for Nx (performance budget tool for JavaScript)", "url": "https://github.com/LironHazan/nx-size-limit" + }, + { + "name": "@jnxplus/nx-quarkus-gradle", + "description": "Nx plugin to add Quarkus and Gradle multi-project builds support to Nx workspace", + "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-quarkus-gradle" } ]