eclipse / microprofile-starter

MicroProfile project generator source code
Apache License 2.0
74 stars 51 forks source link

Gradle: Microprofile dependencies don't work unless switched to providedCompile 'org.eclipse.microprofile:microprofile:4.0.1' #422

Closed Karm closed 3 years ago

Karm commented 3 years ago

Hello,

I tried to import a demo project with Wildfly, MP4 and gradle into IDEA and I had to do the undermentioned change in the build.gradle to make it work:

-    providedCompile 'org.eclipse.microprofile:microprofile:4.0'
+   providedCompile 'org.eclipse.microprofile:microprofile:4.0.1'