tasks.named("jar", Jar).configure { manifest { attributes("Main-class": "kubatech.standalone") } }