Skip to content

Commit

Permalink
Change target Java version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JDDev0 committed Apr 10, 2024
1 parent 4afe8e1 commit 34ea4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ java {
withSourcesJar()

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_1_8
}

publishing {
Expand Down

0 comments on commit 34ea4dc

Please sign in to comment.