Skip to content

Commit

Permalink
Build: Change java version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBergland committed Feb 1, 2024
1 parent 76f53a1 commit 7eee369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = "com.example"
version = "0.0.1-SNAPSHOT"

java {
sourceCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
}

repositories {
Expand Down

0 comments on commit 7eee369

Please sign in to comment.