1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00
kobalt/modules/wrapper/build.gradle
2015-11-23 17:16:38 +01:00

4 lines
98 B
Groovy

apply plugin: 'java'
apply plugin: 'application'
mainClassName = 'com.beust.kobalt.wrapper.Main'