Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Change the manifest attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Mar 1, 2024
1 parent 2e0788e commit 2a842e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jar {

manifest {
attributes(
"Launcher-Agent-Class": "net.tonimatasdev.mossy.launcher.Agent",
"Agent-Class": "net.tonimatasdev.mossy.launcher.Agent",
"Premain-Class": "net.tonimatasdev.mossy.launcher.Agent",
"Main-Class": "net.tonimatasdev.mossy.launcher.Main",
"Launcher-Agent-Class": "dev.tonimatas.mossy.launcher.Agent",
"Agent-Class": "dev.tonimatas.mossy.launcher.Agent",
"Premain-Class": "dev.tonimatas.mossy.launcher.Agent",
"Main-Class": "dev.tonimatas.mossy.launcher.Main",
"Multi-Release": true
)
}
Expand Down

0 comments on commit 2a842e0

Please sign in to comment.