-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(executors): move all gradle executors to gradle lib (#235)
- Loading branch information
1 parent
00f7f88
commit 86d6740
Showing
66 changed files
with
94 additions
and
381 deletions.
There are no files selected for viewing
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...dle/src/executors/build-image/executor.ts → ...rc/executors/build-image/boot/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dle/src/executors/build-image/schema.d.ts → ...rc/executors/build-image/boot/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export interface BuildImageExecutorSchema {} // eslint-disable-line | ||
export interface BuildImageExecutorSchema {} // eslint-disable-line |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ot-gradle/src/executors/build/executor.ts → ...adle/src/executors/build/boot/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...us-gradle/src/executors/build/executor.ts → ...e/src/executors/build/quarkus/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...us-gradle/src/executors/build/schema.d.ts → ...e/src/executors/build/quarkus/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export interface BuildExecutorSchema { | ||
args: string; | ||
} | ||
export interface BuildExecutorSchema { | ||
args: string; | ||
} |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...rc/executors/integration-test/executor.ts → ...rc/executors/integration-test/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...rc/executors/integration-test/schema.d.ts → ...rc/executors/integration-test/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export interface IntegrationTestExecutorSchema { | ||
native: boolean; | ||
} | ||
export interface IntegrationTestExecutorSchema { | ||
native: boolean; | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-gradle/src/executors/kformat/schema.d.ts → ...gradle/src/executors/ktformat/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export interface KotlinFormatExecutorSchema {} // eslint-disable-line | ||
export interface KotlinFormatExecutorSchema {} // eslint-disable-line |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...oot-gradle/src/executors/lint/executor.ts → ...ges/gradle/src/executors/lint/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...kus-gradle/src/executors/lint/schema.d.ts → ...ges/gradle/src/executors/lint/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export interface LintExecutorSchema { | ||
linter: LinterType; | ||
} | ||
export interface LintExecutorSchema { | ||
linter: LinterType; | ||
} |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...gradle/src/executors/run-task/executor.ts → ...gradle/src/executors/run-task/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...gradle/src/executors/run-task/schema.d.ts → ...gradle/src/executors/run-task/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export interface RunTaskExecutorSchema { | ||
task: string; | ||
} | ||
export interface RunTaskExecutorSchema { | ||
task: string; | ||
} |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ot-gradle/src/executors/serve/executor.ts → ...adle/src/executors/serve/boot/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ot-gradle/src/executors/serve/schema.d.ts → ...adle/src/executors/serve/boot/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export interface ServeExecutorSchema { | ||
args: string; | ||
} | ||
export interface ServeExecutorSchema { | ||
args: string; | ||
} |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...us-gradle/src/executors/serve/executor.ts → ...e/src/executors/serve/quarkus/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...us-gradle/src/executors/serve/schema.d.ts → ...e/src/executors/serve/quarkus/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export interface ServeExecutorSchema { | ||
args: string; | ||
} | ||
export interface ServeExecutorSchema { | ||
args: string; | ||
} |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...kus-gradle/src/executors/test/executor.ts → ...ges/gradle/src/executors/test/executor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oot-gradle/src/executors/test/schema.d.ts → ...ges/gradle/src/executors/test/schema.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export interface TestExecutorSchema {} // eslint-disable-line | ||
export interface TestExecutorSchema {} // eslint-disable-line |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema", | ||
"executors": { | ||
"build": { | ||
"implementation": "./src/executors/build/executor", | ||
"schema": "./src/executors/build/schema.json", | ||
"description": "build executor" | ||
}, | ||
"build-image": { | ||
"implementation": "./src/executors/build-image/executor", | ||
"schema": "./src/executors/build-image/schema.json", | ||
"description": "build-image executor" | ||
}, | ||
"serve": { | ||
"implementation": "./src/executors/serve/executor", | ||
"schema": "./src/executors/serve/schema.json", | ||
"description": "serve executor" | ||
}, | ||
"lint": { | ||
"implementation": "./src/executors/lint/executor", | ||
"schema": "./src/executors/lint/schema.json", | ||
"description": "lint executor" | ||
}, | ||
"test": { | ||
"implementation": "./src/executors/test/executor", | ||
"schema": "./src/executors/test/schema.json", | ||
"description": "test executor" | ||
}, | ||
"integration-test": { | ||
"implementation": "./src/executors/integration-test/executor", | ||
"schema": "./src/executors/integration-test/schema.json", | ||
"description": "integration-test executor" | ||
}, | ||
"ktformat": { | ||
"implementation": "./src/executors/ktformat/executor", | ||
"schema": "./src/executors/ktformat/schema.json", | ||
"description": "kotlin format executor" | ||
}, | ||
"run-task": { | ||
"implementation": "./src/executors/run-task/executor", | ||
"schema": "./src/executors/run-task/schema.json", | ||
"description": "run-task executor" | ||
} | ||
} | ||
} | ||
{ | ||
"$schema": "http://json-schema.org/schema", | ||
"executors": { | ||
"build": { | ||
"implementation": "@jnxplus/gradle/src/executors/build/quarkus/executor", | ||
"schema": "@jnxplus/gradle/src/executors/build/quarkus/schema.json", | ||
"description": "build executor" | ||
}, | ||
"build-image": { | ||
"implementation": "@jnxplus/gradle/src/executors/build-image/quarkus/executor", | ||
"schema": "@jnxplus/gradle/src/executors/build-image/quarkus/schema.json", | ||
"description": "build-image executor" | ||
}, | ||
"serve": { | ||
"implementation": "@jnxplus/gradle/src/executors/serve/quarkus/executor", | ||
"schema": "@jnxplus/gradle/src/executors/serve/quarkus/schema.json", | ||
"description": "serve executor" | ||
}, | ||
"lint": { | ||
"implementation": "@jnxplus/gradle/src/executors/lint/executor", | ||
"schema": "@jnxplus/gradle/src/executors/lint/schema.json", | ||
"description": "lint executor" | ||
}, | ||
"test": { | ||
"implementation": "@jnxplus/gradle/src/executors/test/executor", | ||
"schema": "@jnxplus/gradle/src/executors/test/schema.json", | ||
"description": "test executor" | ||
}, | ||
"integration-test": { | ||
"implementation": "@jnxplus/gradle/src/executors/integration-test/executor", | ||
"schema": "@jnxplus/gradle/src/executors/integration-test/schema.json", | ||
"description": "integration-test executor" | ||
}, | ||
"ktformat": { | ||
"implementation": "@jnxplus/gradle/src/executors/ktformat/executor", | ||
"schema": "@jnxplus/gradle/src/executors/ktformat/schema.json", | ||
"description": "kotlin format executor" | ||
}, | ||
"run-task": { | ||
"implementation": "@jnxplus/gradle/src/executors/run-task/executor", | ||
"schema": "@jnxplus/gradle/src/executors/run-task/schema.json", | ||
"description": "run-task executor" | ||
} | ||
} | ||
} |
36 changes: 0 additions & 36 deletions
36
packages/nx-quarkus-gradle/src/executors/ktformat/executor.spec.ts
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
packages/nx-quarkus-gradle/src/executors/ktformat/executor.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
packages/nx-quarkus-gradle/src/executors/ktformat/schema.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.