Skip to content

Commit

Permalink
feat(executors): remove deprecated executors from nx-boot plugins
Browse files Browse the repository at this point in the history
BREAKING CHANGE: from now we need to change old executors by run-task executor
  • Loading branch information
khalilou88 committed Jul 29, 2023
1 parent 11cc1d7 commit 27ebe79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
30 changes: 0 additions & 30 deletions packages/nx-boot-gradle/executors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
30 changes: 0 additions & 30 deletions packages/nx-boot-maven/executors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 27ebe79

Please sign in to comment.