File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
commercetools-graphql-api Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11import com.commercetools.sdk.plugins.GraphQLPlugin
22
33plugins {
4- id " com.netflix.dgs.codegen" version " 6.3 .0"
4+ id " com.netflix.dgs.codegen" version " 8.1 .0"
55}
66
77apply plugin :' com.netflix.dgs.codegen'
88apply plugin : GraphQLPlugin
99
10+ java {
11+ toolchain {
12+ languageVersion = JavaLanguageVersion . of(17 )
13+ }
14+ }
15+
1016dependencies {
1117 api project(' :commercetools:commercetools-sdk-java-api' )
1218 testImplementation project(' :commercetools:commercetools-http-client' )
@@ -16,7 +22,7 @@ dependencies {
1622 api jackson_core. databind
1723 api jackson_core. core
1824 api jackson_core. datatype
19- api ' com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:6.3 .0'
25+ api ' com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.1 .0'
2026
2127}
2228
Original file line number Diff line number Diff line change @@ -18,3 +18,9 @@ dependencies {
1818 testImplementation commons. io version commons. io_version
1919
2020}
21+
22+ java {
23+ toolchain {
24+ languageVersion = JavaLanguageVersion . of(17 )
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments