Skip to content

Commit

Permalink
Cleanup java version
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jan 16, 2019
1 parent 7600683 commit 08220ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ bootJar {
archiveName = "Lavalink.jar"
}

sourceCompatibility = 8
targetCompatibility = 8
sourceCompatibility = targetCompatibility = 1.8

bootRun {
//compiling tests during bootRun increases the likelihood of catching broken tests locally instead of on the CI
Expand Down

0 comments on commit 08220ee

Please sign in to comment.