Skip to content

Commit 9a9067a

Browse files
committed
Fix the release of the Gradle plugin
1 parent a8b1bfc commit 9a9067a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828

2929
dependencies {
3030
api gradleApi()
31-
implementation enforcedPlatform("io.smallrye:smallrye-graphql-parent:${version}")
31+
implementation platform("io.smallrye:smallrye-graphql-parent:${version}")
3232
implementation "io.smallrye:jandex"
3333
implementation "io.smallrye:smallrye-graphql"
3434
implementation "io.smallrye:smallrye-graphql-schema-builder"

0 commit comments

Comments
 (0)