val jar: Jar by tasks jar.apply { manifest.att...
# gradle
s
val jar: Jar by tasks jar.apply { manifest.attributes.apply { put("Main-Class", "com.sixrq.kaxb.main.SchemaGenerator") } }