mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-12 10:46:17 +00:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
tasks.jar {
|
|
manifest.attributes(
|
|
"Agent-Class" to "art.arcane.iris.util.project.agent.Installer",
|
|
"Premain-Class" to "art.arcane.iris.util.project.agent.Installer",
|
|
"Can-Redefine-Classes" to true,
|
|
"Can-Retransform-Classes" to true
|
|
)
|
|
} |