From 27ebe793c2dcdf9afbcbc870d68fc6177b7dd086 Mon Sep 17 00:00:00 2001 From: khalilou88 Date: Sat, 29 Jul 2023 15:17:27 +0200 Subject: [PATCH] feat(executors): remove deprecated executors from nx-boot plugins BREAKING CHANGE: from now we need to change old executors by run-task executor --- packages/nx-boot-gradle/executors.json | 30 -------------------------- packages/nx-boot-maven/executors.json | 30 -------------------------- 2 files changed, 60 deletions(-) diff --git a/packages/nx-boot-gradle/executors.json b/packages/nx-boot-gradle/executors.json index a6f4e6025..78367dbcc 100644 --- a/packages/nx-boot-gradle/executors.json +++ b/packages/nx-boot-gradle/executors.json @@ -15,36 +15,6 @@ "implementation": "@jnxplus/gradle/src/executors/ktformat/executor", "schema": "@jnxplus/common/src/executors/ktformat/schema.json", "description": "kotlin format executor" - }, - "build": { - "implementation": "@jnxplus/gradle/src/executors/build/executor", - "schema": "@jnxplus/gradle/src/executors/build/schema.json", - "description": "Deprecated - build executor" - }, - "build-image": { - "implementation": "@jnxplus/gradle/src/executors/build-image/executor", - "schema": "@jnxplus/gradle/src/executors/build-image/schema.json", - "description": "Deprecated - build-image executor" - }, - "serve": { - "implementation": "@jnxplus/gradle/src/executors/serve/executor", - "schema": "@jnxplus/gradle/src/executors/serve/schema.json", - "description": "Deprecated - serve executor" - }, - "test": { - "implementation": "@jnxplus/gradle/src/executors/test/executor", - "schema": "@jnxplus/gradle/src/executors/test/schema.json", - "description": "Deprecated - test executor" - }, - "kformat": { - "implementation": "@jnxplus/gradle/src/executors/ktformat/executor", - "schema": "@jnxplus/common/src/executors/ktformat/schema.json", - "description": "Deprecated - kotlin format executor" - }, - "publish": { - "implementation": "@jnxplus/gradle/src/executors/publish/executor", - "schema": "@jnxplus/gradle/src/executors/publish/schema.json", - "description": "Deprecated - publish executor" } } } diff --git a/packages/nx-boot-maven/executors.json b/packages/nx-boot-maven/executors.json index 7d86cc778..70378c196 100644 --- a/packages/nx-boot-maven/executors.json +++ b/packages/nx-boot-maven/executors.json @@ -15,36 +15,6 @@ "implementation": "@jnxplus/maven/src/executors/ktformat/executor", "schema": "@jnxplus/common/src/executors/ktformat/schema.json", "description": "kotlin format executor" - }, - "build": { - "implementation": "@jnxplus/maven/src/executors/build/executor", - "schema": "@jnxplus/maven/src/executors/build/schema.json", - "description": "Deprecated - build executor" - }, - "build-image": { - "implementation": "@jnxplus/maven/src/executors/build-image/executor", - "schema": "@jnxplus/maven/src/executors/build-image/schema.json", - "description": "Deprecated - build-image executor" - }, - "serve": { - "implementation": "@jnxplus/maven/src/executors/serve/executor", - "schema": "@jnxplus/maven/src/executors/serve/schema.json", - "description": "Deprecated - serve executor" - }, - "test": { - "implementation": "@jnxplus/maven/src/executors/test/executor", - "schema": "@jnxplus/maven/src/executors/test/schema.json", - "description": "Deprecated - test executor" - }, - "kformat": { - "implementation": "@jnxplus/maven/src/executors/ktformat/executor", - "schema": "@jnxplus/common/src/executors/ktformat/schema.json", - "description": "Deprecated - kotlin format executor" - }, - "publish": { - "implementation": "@jnxplus/maven/src/executors/publish/executor", - "schema": "@jnxplus/maven/src/executors/publish/schema.json", - "description": "Deprecated - publish executor" } } }