Fix #1196: Use OpenJFX 17.0.2

This commit is contained in:
Glavo 2022-01-20 19:18:27 +08:00 committed by Yuhui Huang
parent 1c406557a4
commit caf73b89ea

View File

@ -8,7 +8,7 @@ buildscript {
}
}
val jfxVersion = "17"
val jfxVersion = "17.0.2"
data class Platform(
val name: String,