1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Upgrade to JDK 17

Closes gh-10343
This commit is contained in:
Marcus Da Coregio
2021-10-07 14:33:15 -03:00
parent 560962649e
commit 010f719344
12 changed files with 22 additions and 26 deletions
@@ -36,8 +36,8 @@ configurations {
}
compileOpensaml4MainJava {
sourceCompatibility = '11'
targetCompatibility = '11'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
dependencies {