Fixed Tabbed display
This commit is contained in:
parent
97195f8104
commit
f387302388
@ -25,7 +25,7 @@ dependencies {
|
||||
compile project(':numass-client')
|
||||
compile "hep.dataforge:plots-jfc" // project(':dataforge-plots:plots-jfc')
|
||||
compile "hep.dataforge:dataforge-control" //project(':dataforge-control')
|
||||
compile "hep.dataforge:kodex-gui"
|
||||
compile "hep.dataforge:dataforge-gui"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
|
||||
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
||||
compile "hep.dataforge:dataforge-minuit" //project(':dataforge-stat:dataforge-minuit')
|
||||
compile "hep.dataforge:grind-terminal" //project(':dataforge-grind:grind-terminal')
|
||||
compile "hep.dataforge:kmath"
|
||||
compile "hep.dataforge:kodex-gui"
|
||||
compile "hep.dataforge:dataforge-gui"
|
||||
|
||||
// https://mvnrepository.com/artifact/org.ehcache/ehcache
|
||||
compile group: 'org.ehcache', name: 'ehcache', version: '3.4.0'
|
||||
|
@ -24,7 +24,7 @@ compileKotlin.kotlinOptions.jvmTarget = "1.8"
|
||||
dependencies {
|
||||
compile project(':numass-core')
|
||||
compile "hep.dataforge:plots-jfc" //project(':dataforge-plots:plots-jfc')
|
||||
compile "hep.dataforge:kodex-gui"
|
||||
compile "hep.dataforge:dataforge-gui"
|
||||
compile 'com.jcraft:jsch:0.1.54'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user