build for java 11 and updated license text

This commit is contained in:
2019-10-22 23:19:51 +02:00
parent cf9203549b
commit 8e0ea66552
66 changed files with 191 additions and 65 deletions

View File

@@ -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'