Skip to content

Commit 8127529

Browse files
dondonzasinbow
authored andcommitted
Remove dashes from automatic-module-name
1 parent cc5dae4 commit 8127529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ tasks.withType(PublishToMavenRepository) {
138138

139139
jar {
140140
manifest {
141-
attributes('Automatic-Module-Name': 'graphql-java-extended-scalars',
141+
attributes('Automatic-Module-Name': 'com.graphqljava.extendedscalars',
142142
'-exportcontents': 'graphql.scalars.*',
143143
'-removeheaders': 'Private-Package')
144144
}

0 commit comments

Comments
 (0)