Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Change to make it compatible with Java8-16
  • Loading branch information
LW-Davide authored Feb 13, 2024
1 parent 86acac3 commit 1ae575e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions waterfall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ dependencies {
compileOnly files('libs/waterfall-1.20-562.jar')
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

// Change the bungee.yml details based on the project settings
processResources {
from(sourceSets.main.resources.srcDirs) {
Expand Down

0 comments on commit 1ae575e

Please sign in to comment.