We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b1bfc commit 9a9067aCopy full SHA for 9a9067a
1 file changed
tools/gradle-plugin/build.gradle
@@ -28,7 +28,7 @@ repositories {
28
29
dependencies {
30
api gradleApi()
31
- implementation enforcedPlatform("io.smallrye:smallrye-graphql-parent:${version}")
+ implementation platform("io.smallrye:smallrye-graphql-parent:${version}")
32
implementation "io.smallrye:jandex"
33
implementation "io.smallrye:smallrye-graphql"
34
implementation "io.smallrye:smallrye-graphql-schema-builder"
0 commit comments