Added backwards compatibility with Java 8

This commit is contained in:
Obique PSWG
2018-02-04 09:29:30 -06:00
parent 58e46d129b
commit eb2e2f6883
4 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ plugins {
}
mainClassName = 'com.projectswg.launcher.game.GameLauncher'
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceSets {
main {