mirror of
https://bitbucket.org/projectswg/forwarder.git
synced 2026-01-16 23:04:26 -05:00
Added backwards compatibility to Java 8
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user