Skip to content

Commit

Permalink
feat: deprecate some plugins and provide alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Aug 5, 2023
1 parent 2f9f441 commit e6725bd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Plugins

#### Gradle Build Tool

| Plugin | Frameworks |
| ------------------------------------------ | --------------------------------------------------------- |
| [`@jnxplus/nx-gradle`](packages/nx-gradle) | Spring-Boot, Quarkus, Micronaut, Kotlin Multiplatform,... |

#### Maven Build Tool

| Plugin | Frameworks | Dependency management |
Expand All @@ -12,13 +18,6 @@
| [`@jnxplus/nx-boot-maven`](packages/nx-boot-maven) | Spring-Boot | Parent POM |
| [`@jnxplus/nx-micronaut-maven`](packages/nx-micronaut-maven) | Micronaut | Parent POM |

#### Gradle Build Tool

| Plugin | Frameworks |
| ---------------------------------------------------- | --------------------------------------------------------- |
| [`@jnxplus/nx-gradle`](packages/nx-gradle) | Spring-Boot, Quarkus, Micronaut, Kotlin Multiplatform,... |
| [`@jnxplus/nx-boot-gradle`](packages/nx-boot-gradle) | Spring-Boot |

### Credits

This plugins wouldn't be possible without the great teams behind these projects:
Expand Down
4 changes: 4 additions & 0 deletions packages/nx-boot-gradle/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Plugin deprecated

Plugin deprecated, use @jnxplus/nx-gradle instead.

# @jnxplus/nx-boot-gradle

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-boot-gradle.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-boot-gradle)
Expand Down
4 changes: 4 additions & 0 deletions packages/nx-micronaut-gradle/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Plugin deprecated

Plugin deprecated, use @jnxplus/nx-gradle instead.

# @jnxplus/nx-micronaut-gradle

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-micronaut-gradle.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-micronaut-gradle)
Expand Down
4 changes: 4 additions & 0 deletions packages/nx-quarkus-gradle/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Plugin deprecated

Plugin deprecated, use @jnxplus/nx-gradle instead.

# @jnxplus/nx-quarkus-gradle

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-quarkus-gradle.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-quarkus-gradle)
Expand Down
4 changes: 4 additions & 0 deletions packages/nx-quarkus-maven/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Plugin deprecated

Plugin deprecated, use @jnxplus/nx-maven instead.

# @jnxplus/nx-quarkus-maven

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-quarkus-maven.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-quarkus-maven)
Expand Down

0 comments on commit e6725bd

Please sign in to comment.