Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Use source compatibility 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderhenne committed May 27, 2019
1 parent 30af22a commit 5207509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
apply plugin: 'java'
apply plugin: 'application'

sourceCompatibility = 1.9
sourceCompatibility = 1.8
mainClassName = "com.wingman.client.Main"
jar.archiveName = "Wingman-core.jar"

Expand Down

0 comments on commit 5207509

Please sign in to comment.