Skip to content

Commit

Permalink
update java version 19/21->23
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Eisenmann committed Nov 28, 2024
1 parent 01faf66 commit 3c447e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(19)
languageVersion = JavaLanguageVersion.of(23)
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-co2footprint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group = 'io.nextflow'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
languageVersion = JavaLanguageVersion.of(23)
}
}

Expand Down

0 comments on commit 3c447e2

Please sign in to comment.