File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
graphql-java-servlet/src/test/groovy/graphql/kickstart/servlet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PROJECT_LICENSE_URL = https://github.com/graphql-java-kickstart/spring-boot-grap
99PROJECT_DEV_ID = apottere
1010PROJECT_DEV_NAME = Andrew Potter
1111
12- LIB_GRAPHQL_JAVA_VER = 14 .0
12+ LIB_GRAPHQL_JAVA_VER = 15 .0
1313LIB_JACKSON_VER = 2.10.0
1414
1515SOURCE_COMPATIBILITY = 1.8
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ class TestUtils {
235235
236236 try {
237237 def registry = new SchemaParser (). parse(new StringReader (sdl))
238- def options = SchemaGenerator.Options . defaultOptions(). enforceSchemaDirectives( false )
238+ def options = SchemaGenerator.Options . defaultOptions()
239239 return new SchemaGenerator (). makeExecutableSchema(options, registry, wiring)
240240 } catch (SchemaProblem e) {
241241 assert false : " The schema could not be compiled : ${ e} "
You can’t perform that action at this time.
0 commit comments