Grind join up to date with KActions

This commit is contained in:
Alexander Nozik 2017-10-06 21:52:23 +03:00
parent d886163be4
commit d3a58af577
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id "org.jetbrains.kotlin.jvm" version "1.1.50" apply false id "org.jetbrains.kotlin.jvm" version "1.1.51" apply false
} }
allprojects{ allprojects{

View File

@ -4,7 +4,7 @@ import hep.dataforge.cache.CachePlugin
import hep.dataforge.data.DataNode import hep.dataforge.data.DataNode
import hep.dataforge.data.DataSet import hep.dataforge.data.DataSet
import hep.dataforge.grind.GrindShell import hep.dataforge.grind.GrindShell
import hep.dataforge.grind.workspace.GrindPipe import hep.dataforge.grind.actions.GrindPipe
import hep.dataforge.meta.Meta import hep.dataforge.meta.Meta
import hep.dataforge.storage.commons.StorageUtils import hep.dataforge.storage.commons.StorageUtils
import hep.dataforge.tables.Table import hep.dataforge.tables.Table