Build: Rename File helper for creating file from pathes list to fileFrom
This commit is contained in:
@@ -41,7 +41,7 @@ task("prepare") {
|
||||
return result
|
||||
}
|
||||
|
||||
val allFiles = loadAllFromJar(File(relocatedProtobuf.singleFile))
|
||||
val allFiles = loadAllFromJar(relocatedProtobuf.singleFile)
|
||||
|
||||
val keepClasses = arrayListOf<String>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user