Skip to content

Commit

Permalink
HWID Main
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanB312 committed Sep 20, 2024
1 parent b999424 commit 6435648
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions grunt-hwid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ plugins {

repositories {
mavenCentral()
}

tasks {
jar {
manifest {
attributes(
"Main-Class" to "net.spartanb312.grunt.hwid.HWID"
)
}
}
}

0 comments on commit 6435648

Please sign in to comment.