Skip to content

Commit

Permalink
chore(gradle): pin java toolchain in rest-api (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Jan 11, 2022
1 parent 521cdba commit 4694d6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@ spotless {
maven { url 'https://jitpack.io' }
}
}
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
}

0 comments on commit 4694d6b

Please sign in to comment.