Table GUI in progress

This commit is contained in:
Alexander Nozik 2017-08-27 22:07:32 +03:00
parent 25adab6361
commit af6e9777b7

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.1.3' ext.kotlin_version = '1.1.4-2'
repositories { repositories {
mavenCentral() mavenCentral()
@ -25,11 +25,8 @@ dependencies {
compile project(':numass-client') compile project(':numass-client')
compile "hep.dataforge:plots-jfc" // project(':dataforge-plots:plots-jfc') compile "hep.dataforge:plots-jfc" // project(':dataforge-plots:plots-jfc')
compile "hep.dataforge:dataforge-control" //project(':dataforge-control') compile "hep.dataforge:dataforge-control" //project(':dataforge-control')
compile "hep.dataforge:kodex" compile "hep.dataforge:kodex-fx"
//graphics
compile 'org.controlsfx:controlsfx:8.40.12'
compile "no.tornado:tornadofx:1.7.8"
} }
task installAll(type: Copy) { task installAll(type: Copy) {