mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
gradle task to rename the fxlauncher.jar and launcher without own ui
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -1,5 +1,5 @@
|
||||
group 'ninja.javafx'
|
||||
version '0.8-SNAPSHOT'
|
||||
version '0.9-SNAPSHOT'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
@@ -52,6 +52,13 @@ dependencies {
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.14.1' //version required
|
||||
gradleVersion = '3.1' //version required
|
||||
}
|
||||
|
||||
task buildSmartCSV(dependsOn: 'embedApplicationManifest') {
|
||||
def pathName = getBuildDir().absolutePath + File.separatorChar + 'fxlauncher' + File.separatorChar
|
||||
def file = new File(pathName + 'fxlauncher.jar')
|
||||
file.renameTo(pathName + 'SmartCSV.fx.jar')
|
||||
}
|
||||
|
||||
defaultTasks 'buildSmartCSV'
|
||||
Reference in New Issue
Block a user