diff --git a/build.gradle b/build.gradle index 9bd71f76..16d8ce9d 100644 --- a/build.gradle +++ b/build.gradle @@ -60,6 +60,14 @@ sourceSets { } } +jar { + manifest { + attributes( + 'Automatic-Module-Name': 'com.mojang.dfu' + ) + } +} + artifacts { archives jar archives sourcesJar