From f2edb2930e2050baeb46c31bae1e78ba6fbdcb98 Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:59:50 +0200 Subject: [PATCH] chore(core): remove deprecated plugins from approved-plugins.json file (#19082) --- community/approved-plugins.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 1d6e5cae77..aa4972a078 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -274,16 +274,6 @@ "description": "Nx Plugin adding first class support for NativeScript in your Nx workspace", "url": "https://github.com/nativescript/nx" }, - { - "name": "@jnxplus/nx-boot-gradle", - "description": "Nx plugin to add Spring Boot and Gradle multi-project builds support to Nx workspace", - "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-boot-gradle" - }, - { - "name": "@jnxplus/nx-boot-maven", - "description": "Nx plugin to add Spring Boot and Maven multi-module project support to Nx workspace", - "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-boot-maven" - }, { "name": "@nxtensions/astro", "description": "Nx plugin adding first class support for Astro (https://astro.build).", @@ -399,16 +389,6 @@ "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" - }, - { - "name": "@jnxplus/nx-quarkus-maven", - "description": "Nx plugin to add Quarkus and Maven multi-module project support to Nx workspace", - "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-quarkus-maven" - }, { "name": "@loft-orbital/terraform", "description": "Terraform executors and generators",