mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
build for java 11 and updated license text
This commit is contained in:
@@ -12,7 +12,6 @@ repositories {
|
||||
}
|
||||
|
||||
javafx {
|
||||
version = "13"
|
||||
modules = [ 'javafx.controls', 'javafx.fxml' ]
|
||||
}
|
||||
|
||||
@@ -35,5 +34,5 @@ dependencies {
|
||||
}
|
||||
|
||||
group 'ninja.javafx'
|
||||
version '0.9.2-SNAPSHOT'
|
||||
version '0.9.3-SNAPSHOT'
|
||||
mainClassName = 'ninja.javafx.smartcsv.Main'
|
||||
|
||||
Reference in New Issue
Block a user