| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-06-09 21:55:27 GMT-0700 |
| Commit | 5224696c16c0250787479dfe0568b3e33f0ee34d |
| Parent | 0ebbfb6 |
| Delta | 3 lines added, 3 lines removed |
| applicationName = 'scrivenvar' | ||
| version gitVersion() | ||
| -mainClassName = 'com.scrivenvar.Main' | ||
| -def launcherClassName = 'com.scrivenvar.Launcher' | ||
| +mainClassName = "com.${applicationName}.Main" | ||
| +def launcherClassName = "com.${applicationName}.Launcher" | ||
| def propertiesFile = new File("src/main/resources/com/$applicationName/app.properties") | ||
| } | ||
| - archiveFileName = 'scrivenvar.jar' | ||
| + archiveFileName = "${applicationName}.jar" | ||
| exclude 'META-INF/*.RSA', 'META-INF/*.SF', 'META-INF/*.DSA' | ||