Skip to content

Commit 2ee6256

Browse files
authored
Merge pull request #81 from asinbow/backport-automatic-module-name-fix-to-18.x
Backport the automatic module name fix to 18.x
2 parents cc5dae4 + 8127529 commit 2ee6256

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)