GitHub Actions: build using Java 19 (use toolchain because Gradle 7.5.1 does not support running on Java 19)

This commit is contained in:
Karl Tauber
2022-09-28 19:15:59 +02:00
parent 12fc2299ec
commit ca88023560
12 changed files with 43 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ import java.util.Properties
plugins {
`java-library`
`flatlaf-toolchain`
}
dependencies {