Skip to content

Commit

Permalink
Update ProtectionStones to Java 21 due to WorldGuard requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBlobman committed Nov 28, 2024
1 parent 484f1f0 commit 6927ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expansion/compatibility/ProtectionStones/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

repositories {
Expand Down

0 comments on commit 6927ba4

Please sign in to comment.