mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-21 11:43:27 +00:00
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
tasks.jar {
|
|
manifest.attributes(
|
|
"Agent-Class" to "com.volmit.iris.util.agent.Installer",
|
|
"Premain-Class" to "com.volmit.iris.util.agent.Installer",
|
|
"Can-Redefine-Classes" to true,
|
|
"Can-Retransform-Classes" to true
|
|
)
|
|
} |