Skip to content

Commit 473e94c

Browse files
committed
Fix incorrect automatic module names
1 parent 5115983 commit 473e94c

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

hash-utils/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ java {
2121

2222
jar {
2323
manifest {
24+
attributes('Automatic-Module-Name': 'net.minecraftforge.utils.hash')
2425
attributes([
2526
'Specification-Title': 'Hash Utils',
2627
'Specification-Vendor': 'Forge Development LLC',

json-data-utils/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ java {
2222

2323
jar {
2424
manifest {
25+
attributes('Automatic-Module-Name': 'net.minecraftforge.utils.json_data')
2526
attributes([
2627
'Specification-Title': 'JSON Data Utils',
2728
'Specification-Vendor': 'Forge Development LLC',

json-data-utils/src/main/java/module-info.java

-12
This file was deleted.

0 commit comments

Comments
 (0)