fix(login): prompt to retry logging in. Closes #1658 #1591 #1544 1608.

This commit is contained in:
huanghongxun
2022-08-28 23:57:47 +08:00
parent 0c172e5d08
commit 08d7ff138b
13 changed files with 109 additions and 47 deletions

View File

@@ -74,7 +74,7 @@ if (!jfxInClasspath && JavaVersion.current() >= JavaVersion.VERSION_11) {
val classifier = platform.classifier
rootProject.subprojects {
for (module in jfxModules) {
dependencies.add("compileOnly", "$groupId:javafx-$module:$version:$classifier")
dependencies.add("implementation", "$groupId:javafx-$module:$version:$classifier")
dependencies.add("testImplementation", "$groupId:javafx-$module:$version:$classifier")
}
}