Added backwards compatibility to Java 8

This commit is contained in:
Obique PSWG
2018-02-04 09:28:35 -06:00
parent 70695be0fe
commit dcc246c5a2

View File

@@ -3,6 +3,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'java'
mainClassName = 'com.projectswg.Forwarder'
sourceCompatibility = 1.8
targetCompatibility = 1.8
manifest {
attributes 'Main-Class': 'com.projectswg.Forwarder'