A little bit more of utils abstracting us from java api.

This commit is contained in:
Alexander Gorshenev
2017-06-28 12:29:28 +03:00
committed by alexander-gorshenev
parent 0582d8f1bd
commit edde21827c
8 changed files with 65 additions and 66 deletions
@@ -42,7 +42,7 @@ private fun maybeExecuteHelper(targetName: String) {
val distribution = Distribution(TargetManager(targetName))
val result = ctor.call(
distribution.dependenciesDir,
distribution.properties.properties,
distribution.properties,
distribution.dependencies
)
result.run()