Skip to content

Commit

Permalink
21
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Jan 23, 2025
1 parent c245094 commit c5b3d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ group = 'org.loculus'
version = '0.0.1'

java {
sourceCompatibility = '23'
targetCompatibility = '23'
sourceCompatibility = '21'
targetCompatibility = '21'
}

kotlin {
jvmToolchain(23)
jvmToolchain(21)
}

repositories {
Expand Down

0 comments on commit c5b3d65

Please sign in to comment.