Build: Rename File helper for creating file from pathes list to fileFrom

This commit is contained in:
Vyacheslav Gerasimov
2018-06-14 17:22:57 +03:00
parent 37ed8e2617
commit 5ec535b680
13 changed files with 20 additions and 17 deletions
@@ -41,7 +41,7 @@ task("prepare") {
return result
}
val allFiles = loadAllFromJar(File(relocatedProtobuf.singleFile))
val allFiles = loadAllFromJar(relocatedProtobuf.singleFile)
val keepClasses = arrayListOf<String>()