Skip to content

Commit d84c127

Browse files
authored
Automatic-Module-Name for Jigsaw
1 parent b3532cd commit d84c127

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ codeCoverageReport.dependsOn {
4141
project.test
4242
}
4343

44+
jar {
45+
manifest {
46+
attributes(
47+
'Automatic-Module-Name': 'io.vavr.gson'
48+
)
49+
}
50+
}
51+
4452
modifyPom {
4553
project {
4654
name 'Vavr-Gson'

0 commit comments

Comments
 (0)