1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

import repositories from maven

make sure repository urls end with "/"
This commit is contained in:
evanchooly 2015-10-07 22:06:29 -04:00
parent 7b3d02b8be
commit 103e7d4c74

View file

@ -22,7 +22,7 @@ public class ProjectGenerator : KobaltLogger {
fun run(args: Args) {
if (File(args.buildFile).exists()) {
log(1, "Build file ${args.buildFile} already exists, not overwriting it")
return
// return
}
val compilerInfos = detect(File("."))