mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
update to Gradle 9.2.0; always use Java 25 toolchain to generate javadoc
Notes: - Gradle 9+ requires Java 17 to run - using Java 21 on GitHub Actions - not using Java 25 because Kotlin does not yet support it and output some warnings
This commit is contained in:
@@ -45,5 +45,5 @@ fun includeProject( projectPath: String, projectDir: String ) {
|
||||
|
||||
// for using newer Java version via toolchain
|
||||
plugins {
|
||||
id( "org.gradle.toolchains.foojay-resolver-convention" ) version( "0.5.0" )
|
||||
id( "org.gradle.toolchains.foojay-resolver-convention" ) version( "1.0.0" )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user