We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8790285 commit d92f24cCopy full SHA for d92f24c
build.gradle
@@ -55,7 +55,8 @@ license {
55
tasks.named('jar', Jar) {
56
manifest {
57
attributes([
58
- 'Main-Class': 'net.minecraftforge.mcmaven.cli.Main'
+ 'Main-Class': 'net.minecraftforge.mcmaven.cli.Main',
59
+ 'Automatic-Module-Name': 'net.minecraftforge.mavenizer'
60
])
61
62
'Specification-Title' : projectDisplayName,
0 commit comments