mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
4 lines
98 B
Groovy
4 lines
98 B
Groovy
apply plugin: 'java'
|
|
apply plugin: 'application'
|
|
|
|
mainClassName = 'com.beust.kobalt.wrapper.Main'
|