Skip to content

Commit d92f24c

Browse files
Add Automatic Module Name (#5)
Add Automatic Module Name, due to having a "-" means the JDK cant come up with it itself.
1 parent 8790285 commit d92f24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ license {
5555
tasks.named('jar', Jar) {
5656
manifest {
5757
attributes([
58-
'Main-Class': 'net.minecraftforge.mcmaven.cli.Main'
58+
'Main-Class': 'net.minecraftforge.mcmaven.cli.Main',
59+
'Automatic-Module-Name': 'net.minecraftforge.mavenizer'
5960
])
6061
attributes([
6162
'Specification-Title' : projectDisplayName,

0 commit comments

Comments
 (0)