diff --git a/grunt-hwid/build.gradle.kts b/grunt-hwid/build.gradle.kts index aed0d36..ccf2bd5 100644 --- a/grunt-hwid/build.gradle.kts +++ b/grunt-hwid/build.gradle.kts @@ -4,4 +4,14 @@ plugins { repositories { mavenCentral() +} + +tasks { + jar { + manifest { + attributes( + "Main-Class" to "net.spartanb312.grunt.hwid.HWID" + ) + } + } } \ No newline at end of file