mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Reverted to JDK 9, added logo
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user