Skip to content

Commit

Permalink
Fix WorldGuard 6 module not building to right Java version (#4214)
Browse files Browse the repository at this point in the history
  • Loading branch information
TPGamesNL authored Aug 5, 2021
1 parent 4c4920a commit 41ec1eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skript-worldguard6/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: 'java'

tasks.withType(JavaCompile).configureEach {
options.compilerArgs += ["-source", "1.8", "-target", "1.8"]
}

dependencies {
implementation rootProject
implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600'
Expand Down

0 comments on commit 41ec1eb

Please sign in to comment.