Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Gradle plugins in modules #4955

Closed
murdos opened this issue Jan 8, 2023 · 2 comments · Fixed by #8504
Closed

Handle Gradle plugins in modules #4955

murdos opened this issue Jan 8, 2023 · 2 comments · Fixed by #8504
Assignees
Labels
area: enhancement 🔧 $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ generator: internal theme: gradle $500 https://www.jhipster.tech/bug-bounties/

Comments

@murdos
Copy link
Contributor

murdos commented Jan 8, 2023

Following #1862 gradle plugins need to be handled.
This will require a bit of refactoring, since maven and gradle plugins have different identifiers (gradle only has an id, whereas maven has groupId + artifactId), and also because for a given feature maven and gradle plugin are different.

@pascalgrimaud pascalgrimaud added area: enhancement 🔧 generator: internal theme: gradle $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $300 https://www.jhipster.tech/bug-bounties/ and removed area: triage labels Jan 8, 2023
@murdos murdos self-assigned this Jul 12, 2023
@pascalgrimaud pascalgrimaud added $500 https://www.jhipster.tech/bug-bounties/ and removed $300 https://www.jhipster.tech/bug-bounties/ labels Jan 5, 2024
@murdos
Copy link
Contributor Author

murdos commented Feb 22, 2024

@pascalgrimaud
Copy link
Member

@murdos : approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: enhancement 🔧 $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ generator: internal theme: gradle $500 https://www.jhipster.tech/bug-bounties/
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@murdos @pascalgrimaud and others