You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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.
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
The text was updated successfully, but these errors were encountered: