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:
20
build.gradle
20
build.gradle
@@ -1,14 +1,33 @@
|
|||||||
group 'ninja.javafx'
|
group 'ninja.javafx'
|
||||||
version '0.8-SNAPSHOT'
|
version '0.8-SNAPSHOT'
|
||||||
|
|
||||||
|
buildscript {
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath 'no.tornado:fxlauncher-gradle-plugin:1.0.12'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'groovy'
|
apply plugin: 'groovy'
|
||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
apply plugin: 'no.tornado.fxlauncher'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
mainClassName = 'ninja.javafx.smartcsv.fx.SmartCSV'
|
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 {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
@@ -35,3 +54,4 @@ dependencies {
|
|||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
gradleVersion = '2.14.1' //version required
|
gradleVersion = '2.14.1' //version required
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user