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

Don’t display tasks if the build file can’t be compiled.

This commit is contained in:
Cedric Beust 2017-04-17 18:54:37 -07:00
parent fd58ed58e4
commit dc1ebfb15d

View file

@ -108,7 +108,9 @@ class Options @Inject constructor(
}),
Option( { args.tasks }, {
// --tasks
runIfSuccessfulBuild(buildError) {
displayTasks()
}
}),
Option( { args.checkVersions }, {
// --checkVersions