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 37fdd96 commit fa93b42Copy full SHA for fa93b42
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: 'Setup GraalVM Environment'
96
uses: DeLaGuardo/[email protected]
97
with:
98
- graalvm-version: '21.1.0.2.java11'
+ graalvm-version: '21.0.0.2.java11'
99
100
- name: 'Install Native Image Plugin'
101
run: |
src/main/java/Main.java
@@ -30,6 +30,7 @@ public String call() throws Exception {
30
GraphQLSchema graphQLSchema = new SchemaGenerator().makeExecutableSchema(typeDefinitionRegistry, MockedWiring.MOCKED_WIRING);
31
GraphQLSchema anonSchema = Anonymizer.anonymizeSchema(graphQLSchema);
32
String printedSchema = new SchemaPrinter().print(anonSchema);
33
+ System.out.println(printedSchema);
34
return printedSchema;
35
}
36
0 commit comments