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

Beginner Question: No PlatformProvider found issue while building with gradle. #26

Open
aryanakul opened this issue Jul 30, 2020 · 1 comment

Comments

@aryanakul
Copy link

aryanakul commented Jul 30, 2020

I am trying to convert the project to use Gradle instead of Maven, but I am stuck. I am getting Caused by: java.lang.RuntimeException: No PlatformProvider found

@aryanakul aryanakul changed the title Issues with undertow and jetty while using gradle. Beginner Question: Issues with undertow and jetty while using Gradle. Jul 30, 2020
@aryanakul aryanakul changed the title Beginner Question: Issues with undertow and jetty while using Gradle. Beginner Question: No PlatformProvider found issue while building with gradle. Jul 31, 2020
@gopenguin
Copy link

I had the same problem. The solution was to build the project with java 8 source compatibility to disable java 9+ module behavior. Java 9+ uses module definitions to locate java module definitions instead of META-INF/services definitions.

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

No branches or pull requests

2 participants