nx release: add support for gradle projects #31810
danielferrari
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
The
nx release
command currently supports only Node projects. With the integration of the@nx/gradle
plugin, it's crucial to extend the command to handle Gradle projects, enabling consistent and streamlined release workflows across different technologies in a monorepo.Proposal
Gradle Project Detection
nx release
command to recognize and include Gradle projects using the@nx/gradle
plugin setup.Integrate Gradle Release Tasks
publish
orrelease
.Benefits
Beta Was this translation helpful? Give feedback.
All reactions