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 service not being registered on native image task #80

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

melix
Copy link
Collaborator

@melix melix commented Jun 28, 2021

This works around a bug in Gradle which prevents the service provider from
being registered on the native image tasks.

See gradle/gradle#17559

This works around a bug in Gradle which prevents the service provider from
being registered on the native image tasks.

See gradle/gradle#17559
@lazar-mitrovic lazar-mitrovic merged commit f432b2f into graalvm:master Jun 28, 2021
melix added a commit to melix/native-build-tools that referenced this pull request Jun 28, 2021
This commit backports the fix from graalvm#80
melix added a commit to melix/native-build-tools that referenced this pull request Jul 1, 2021
This commit backports the fix from graalvm#80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error for Gradle multi-module repo: Cannot set the value of task nativeTestBuild property 'server' of type
3 participants