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.
2 parents be6c0e4 + 973b0ec commit c44b3b2Copy full SHA for c44b3b2
build.gradle
@@ -144,7 +144,7 @@ tasks.withType(PublishToMavenRepository) {
144
145
jar {
146
manifest {
147
- attributes('Automatic-Module-Name': 'graphql-java-extended-scalars',
+ attributes('Automatic-Module-Name': 'com.graphqljava.extendedscalars',
148
'-exportcontents': 'graphql.scalars.*',
149
'-removeheaders': 'Private-Package')
150
}
0 commit comments