Skip to content

Commit

Permalink
set java source compatibility to java11
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Oct 28, 2023
1 parent 4f59548 commit 8e65889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ repositories {
}
}

dependencies {
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

dependencies {
Expand Down

0 comments on commit 8e65889

Please sign in to comment.