Update Source Build to 17

- Needed for Release Plugin
- Binaries still compile to 8
This commit is contained in:
Josh Cummings
2024-02-02 13:14:50 -07:00
parent e14cc1767d
commit 45e3e2a87a
5 changed files with 12 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ idea {
}
compileTestJava {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}