mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
fxlauncher without customization
This commit is contained in:
24
build.gradle
24
build.gradle
@@ -1,14 +1,33 @@
|
||||
group 'ninja.javafx'
|
||||
version '0.8-SNAPSHOT'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'no.tornado:fxlauncher-gradle-plugin:1.0.12'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'groovy'
|
||||
apply plugin:'application'
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'no.tornado.fxlauncher'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
mainClassName = 'ninja.javafx.smartcsv.fx.SmartCSV'
|
||||
|
||||
|
||||
fxlauncher {
|
||||
applicationVendor 'Andreas Billmann (andreas.billmann@javafx.ninja)'
|
||||
applicationUrl 'http://javafx.ninja/SmartCSV.fx/'
|
||||
applicationMainClass mainClassName
|
||||
acceptDowngrade false
|
||||
cacheDir 'USERLIB/SmartCSV.fx'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
@@ -34,4 +53,5 @@ dependencies {
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.14.1' //version required
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user