mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
GitHub Actions:
- build using Java 20 (use toolchain because Gradle 8.1.1 does not support running and compiling on Java 20 because Kotlin does not support 20 as target version) - use temurin distribution as default because it is pre-installed on ubuntu-latest
This commit is contained in:
@@ -40,3 +40,9 @@ fun includeProject( projectPath: String, projectDir: String ) {
|
||||
include( projectPath )
|
||||
project( ":$projectPath" ).projectDir = file( projectDir )
|
||||
}
|
||||
|
||||
|
||||
// for using newer Java version via toolchain
|
||||
plugins {
|
||||
id( "org.gradle.toolchains.foojay-resolver-convention" ) version( "0.5.0" )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user