Reverted to JDK 9, added logo

This commit is contained in:
Skyler Lehan
2018-07-14 21:39:36 -04:00
parent 17bcbaab46
commit f3f1fa290d
2 changed files with 2 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ plugins {
group = 'com.projectswg.launcher'
version = '0.1'
mainClassName = 'com.projectswg.launcher.core.Launcher'
sourceCompatibility = 10
targetCompatibility = 10
sourceCompatibility = 9
targetCompatibility = 9
apply plugin: 'com.github.johnrengelman.shadow'