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

Successful upload.

This commit is contained in:
Cedric Beust 2015-11-11 22:33:36 -08:00
parent 779d8d7b8a
commit 49dac2a6b3
2 changed files with 149 additions and 136 deletions

View file

@ -70,6 +70,7 @@ private class Main @Inject constructor(
}
public fun run(jc: JCommander, args: Args, argv: Array<String>): Int {
// github.uploadRelease()
//
// Add all the repos from repo contributors (at least those that return values without a Project)
@ -91,7 +92,6 @@ private class Main @Inject constructor(
var result = 0
val latestVersionFuture = github.latestKobaltVersion
val seconds = benchmark("build", {
// runTest()
try {
result = runWithArgs(jc, args, argv)
} catch(ex: KobaltException) {