Skip to content

Commit

Permalink
Explicitly define java toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tillenglert committed Sep 30, 2024
1 parent bd8e266 commit cb1518a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/nf-co2footprint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ group = 'io.nextflow'
// DO NOT SET THE VERSION HERE
// THE VERSION FOR PLUGINS IS DEFINED IN THE `/resources/META-INF/MANIFEST.NF` file

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

idea {
module.inheritOutputDirs = true
}
Expand Down

0 comments on commit cb1518a

Please sign in to comment.