There’s a default value for the args but as soon a...
# kobalt
c
There’s a default value for the args but as soon as you call
args()
yourself, it gets ignored and you are in charge: https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/plugin/java/JavaPlugin.kt#L52