1
0
mirror of https://github.com/aNNiMON/HotaruFX.git synced 2024-09-19 14:14:21 +03:00

Update gradle config

This commit is contained in:
Victor 2017-09-09 18:17:43 +03:00
parent 98b5108dca
commit 6be447d8a8

View File

@ -1,7 +1,12 @@
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.1'
id 'java'
id 'application'
}
group 'HotaruFX'
version '1.0-SNAPSHOT'
apply plugin: 'java'
mainClassName = 'com.annimon.hotarufx.Main'
sourceCompatibility = 1.8