removed automatic modules name, as we're now JPMS and don't need it

master
Robinson 2023-01-22 15:34:37 +01:00
parent d719e30993
commit 3874a71b2a
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ tasks.jar.get().apply {
attributes["Implementation-Title"] = "${Extras.group}.${Extras.id}"
attributes["Implementation-Version"] = Extras.buildDate
attributes["Implementation-Vendor"] = Extras.vendor
attributes["Automatic-Module-Name"] = Extras.id
}
}