java 17 -> java 21

This commit is contained in:
Robert Muir 2024-02-09 15:14:20 -05:00
parent d75b869d21
commit a221b1f677
No known key found for this signature in database
GPG Key ID: 817AE1DD322D7ECA
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ repositories {
ext {
// Minimum Java version required to compile buildSrc.
minJavaVersion = JavaVersion.VERSION_17
minJavaVersion = JavaVersion.VERSION_21
}