From def999508a547de97815f49dfa0f92235800e735 Mon Sep 17 00:00:00 2001 From: Brad Baker Date: Sun, 4 Jul 2021 18:45:13 +1000 Subject: [PATCH] Module name is now consistent and valid --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8741a1f47..a1883563a4 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ jar { from "src/main/antlr/GraphqlSDL.g4" from "src/main/antlr/GraphqlCommon.g4" manifest { - attributes('Automatic-Module-Name': 'com.graphql-java') + attributes('Automatic-Module-Name': 'com.graphqljava') } }