Skip to content

Commit 973b0ec

Browse files
committed
Remove dashes from automatic-module-name
1 parent be6c0e4 commit 973b0ec

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
@@ -144,7 +144,7 @@ tasks.withType(PublishToMavenRepository) {
144144

145145
jar {
146146
manifest {
147-
attributes('Automatic-Module-Name': 'graphql-java-extended-scalars',
147+
attributes('Automatic-Module-Name': 'com.graphqljava.extendedscalars',
148148
'-exportcontents': 'graphql.scalars.*',
149149
'-removeheaders': 'Private-Package')
150150
}

0 commit comments

Comments
 (0)