From c46f9e4f97234e149e82ad783e5addad0f9433ea Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:15:21 +0200 Subject: [PATCH] chore(core): nx plugin submission @jnxplus/nx-gradle (#17722) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 327778e561..1b97e13a29 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -418,5 +418,10 @@ "name": "@nxlv/python", "description": "Nx plugin designed to extend the Nx features to work with Python projects based on Poetry.", "url": "https://github.com/lucasvieirasilva/nx-plugins/tree/main/packages/nx-python" + }, + { + "name": "@jnxplus/nx-gradle", + "description": "Nx plugin to add Gradle multi-project builds support to Nx workspace", + "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-gradle" } ]