Skip to content

Commit

Permalink
Adjust how to define Java language level
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 25, 2024
1 parent df91dfa commit 3ea26a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions poishadow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ plugins {
}

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

repositories {
Expand Down

0 comments on commit 3ea26a2

Please sign in to comment.