Set Gradle toolchain to JDK 16 (#4168)

Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
MD 2021-05-21 14:15:47 +01:00 committed by GitHub
parent b716c04d96
commit e9169b890d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ subprojects {
javaVersions {
target 8
minimumToolchain 16
}
}