1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

update gradle build files

This commit is contained in:
Kirill Rakhman 2015-11-23 17:16:38 +01:00
parent ca71fe86b5
commit b69c9e2fbc
3 changed files with 18 additions and 11 deletions

View file

@ -0,0 +1,4 @@
apply plugin: 'java'
apply plugin: 'application'
mainClassName = 'com.beust.kobalt.wrapper.Main'