A lot of adjustments in storage2

This commit is contained in:
Alexander Nozik 2018-08-03 18:22:33 +03:00
parent 8d457ad82d
commit 286a76960c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = "1.2.51" ext.kotlin_version = "1.2.60"
repositories { repositories {
jcenter() jcenter()
maven { maven {
@ -8,7 +8,7 @@ buildscript {
} }
dependencies { dependencies {
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.16" classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.17"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }

View File

@ -13,7 +13,7 @@ description = "A bse package with minimal dependencies for numass"
dependencies { dependencies {
compile "hep.dataforge:dataforge-storage" //project(':dataforge-storage') compile "hep.dataforge:dataforge-storage2"
compile 'com.google.protobuf:protobuf-java:3.5.0' compile 'com.google.protobuf:protobuf-java:3.5.0'
// https://mvnrepository.com/artifact/com.github.robtimus/sftp-fs // https://mvnrepository.com/artifact/com.github.robtimus/sftp-fs