0.17.2 • Published 8 months ago

@jnxplus/nx-quarkus-gradle v0.17.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Plugin deprecated

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

@jnxplus/nx-quarkus-gradle

npm version

This plugin adds Quarkus and Gradle multi-project builds capabilities to Nx workspace.

Supported versions

@jnxplus/nx-quarkus-gradleNxQuarkus
0.x.x16.x.x3.x.x.Final

Getting Started

0. Prerequisites

@jnxplus/nx-quarkus-gradle requires a Java 17 or higher Runtime Environment and the current Long Term Support (LTS) version of node.js.

1. Install the plugin

In the Nx workspace root folder, run this command to install the plugin :

npm install --save-dev @jnxplus/nx-quarkus-gradle

2. Add Quarkus and Gradle wrapper support

The following command adds Quarkus and Gradle support (Gradle wrapper and config files) to the workspace. This only needs to be performed once per workspace.

nx generate @jnxplus/nx-quarkus-gradle:init

3. Usage

ActionCommand
Generate an applicationnx generate @jnxplus/nx-quarkus-gradle:application my-app-name
Generate a librarynx generate @jnxplus/nx-quarkus-gradle:library my-lib-name
Build a projectnx build my-project-name
Build an imagenx build-image my-app-name
Serve an applicationnx serve my-app-name
Test a projectnx test my-project-name
Integration Test an applicationnx integration-test my-app-name
Lint a projectnx lint my-project-name
Format a java projectnx format --projects my-project-name
Format a kotlin projectnx ktformat my-project-name
Run a custom tasknx run-task my-project-name --task="test"
Visualize project's dependency graphnx graph

License

MIT © 2023-2023 Khalil LAGRIDA

0.17.2

8 months ago

0.14.5

10 months ago

0.15.0

9 months ago

0.16.0

9 months ago

0.17.0

9 months ago

0.14.3

10 months ago

0.17.1

9 months ago

0.14.4

10 months ago

0.14.2

10 months ago

0.14.1

10 months ago

0.11.0

11 months ago

0.10.1

11 months ago

0.12.0

11 months ago

0.11.1

11 months ago

0.13.0

11 months ago

0.11.2

11 months ago

0.14.0

10 months ago

0.13.1

11 months ago

0.10.0

11 months ago

0.1.0

1 year ago

0.3.0

12 months ago

0.2.0

12 months ago

0.9.0

11 months ago

0.4.5

12 months ago

0.8.0

11 months ago

0.7.1

12 months ago

0.4.4

12 months ago

0.5.0

12 months ago

0.4.1

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.7.0

12 months ago

0.0.7

1 year ago

0.6.0

12 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago