feat(java): add gradle kotlin plugin#29464
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
View your CI Pipeline Execution ↗ for commit 09ed505.
☁️ Nx Cloud last updated this comment at |
6dc0f8b to
11f6426
Compare
11f6426 to
e69e282
Compare
b34c157 to
75859f6
Compare
659bafb to
7cda17f
Compare
7cda17f to
6827ba3
Compare
02d21c4 to
a8559fe
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-29464-a8559fe my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-29464-a8559fe
To request a new release for this pull request, mention someone from the Nx team or the |
1a0f4e2 to
f9a8c49
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-29464-f9a8c49 my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-29464-f9a8c49
To request a new release for this pull request, mention someone from the Nx team or the |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-29464-f9a8c49 my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-29464-f9a8c49
To request a new release for this pull request, mention someone from the Nx team or the |
793c133 to
077bd35
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-29464-077bd35 my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-29464-077bd35
To request a new release for this pull request, mention someone from the Nx team or the |
9752ba6 to
4b41aa5
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-29464-4b41aa5 my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-29464-4b41aa5
To request a new release for this pull request, mention someone from the Nx team or the |
4b41aa5 to
c4b160c
Compare
0b0ba0f to
58bdf9d
Compare
58bdf9d to
93fad34
Compare
93fad34 to
d917000
Compare
d917000 to
bba9b3e
Compare
bba9b3e to
73bb446
Compare
73bb446 to
5762141
Compare
5762141 to
0ffba2b
Compare
MaxKless
left a comment
There was a problem hiding this comment.
great job! Left some comments & questions
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-29464-ef5660f my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-29464-ef5660f
To request a new release for this pull request, mention someone from the Nx team or the |
|
currently pr is blocked because i rename the plugin, however, the plugin portal has not approve my request. gradle/plugin-portal-requests#257 |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-29464-73fdcbb my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-29464-73fdcbb
To request a new release for this pull request, mention someone from the Nx team or the |
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
createNodesinsteadTODO:
Current Behavior
currently, it uses project report plugin.
Expected Behavior
change the project report plugin to @nxn/gradle/plugin-v1
now the @nx/gradle plugin will use project graph plugin (dev.nx.gradle.project-graph) created in this pr.
this plugin will create json file that is exactly what nx project grpah expected.
Related Issue(s)
Fixes #