Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nx-spring-boot): 🚀 release 2.0.0
# [@nxrocks/nx-spring-boot-v2.0.0](nx-spring-boot/v1.3.1...nx-spring-boot/v2.0.0) (2021-04-02) ### Bug Fixes * **nx-spring-boot:** correct wrong extension for `gradlew` on windows ([77899ce](77899ce)) * **nx-spring-boot:** remove extra char in `dependencies` prompt ([5bc0290](5bc0290)) ### Features * **nx-spring-boot:** add java 16 support to align w/ Spring Initializr ([89c1d1e](89c1d1e)) * **nx-spring-boot:** allow generating `application` or `library` ([530186c](530186c)) * **nx-spring-boot:** migrate to Nrwl's DevKit executors/generators API ([47231fd](47231fd)) * **nx-spring-boot:** rename the `application` generator into `project` ([05b5272](05b5272)) ### BREAKING CHANGES * **nx-spring-boot:** the `app` alias has been replaced with one of [`proj`, `new`, `gen`, `init`, `create`, `generate`]. * **nx-spring-boot:** Nx workspace v11 is now the minimum version required to use this plugin. In fact, all builders/schematics have been rewritten into executors/generators using its new `@nrwl/devkit` API. *** [skip ci]
- Loading branch information