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

Fix generation of service file #247

Merged
merged 1 commit into from
Jul 17, 2021

Conversation

chippmann
Copy link
Contributor

With #244 I forgot to also generate the service file again. Previously we've done that in the entry gen. But the way this was done lead to #232.
The service file is now generated from within the gradle plugin rather than the entry gen as this makes more sense IMO as the gradle plugin is the one with the project information.
With this PR we generate the service file again and also resolve #232.

@chippmann chippmann merged commit dbf85dc into master Jul 17, 2021
@chippmann chippmann deleted the bugfix/fix_generation_of_service_file branch July 17, 2021 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

META-INF.services are created twice
4 participants