Skip to content

Commit f2c2522

Browse files
Merge pull request #514 from Netflix/fix-constructor
Fix generation of no-arg constructor, update gradle.
2 parents 973398a + fca796b commit f2c2522

File tree

12 files changed

+315
-112
lines changed

12 files changed

+315
-112
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

graphql-dgs-codegen-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424

2525

2626
dependencies {
27-
implementation platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:latest.release")
27+
implementation platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.5.1")
2828

2929
implementation(project(":graphql-dgs-codegen-shared-core"))
3030

0 commit comments

Comments
 (0)