mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-02 22:41:56 +03:00
8 lines
189 B
Groovy
8 lines
189 B
Groovy
String mainClassName = "ru.gravit.launcher.relauncher.VerRelauncher"
|
|
|
|
sourceCompatibility = '1.6'
|
|
targetCompatibility = '1.6'
|
|
|
|
jar {
|
|
manifest.attributes("Main-Class": mainClassName)
|
|
}
|