1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

Update jfx version

This commit is contained in:
Him188 2020-02-18 12:58:58 +08:00
parent cc821d0b4a
commit 413ab294c7

View File

@ -6,7 +6,7 @@ plugins {
}
javafx {
version = "11"
version = "13.0.2"
modules = listOf("javafx.controls")
//mainClassName = "Application"
}