mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
Pin CEF version to one known to work with KCEF (#2027)
Fixes problems like ``` java.lang.ClassNotFoundException: org.cef.callback.CefResourceReadCallback_N ``` and ``` Exception in thread "Thread-584" java.lang.NoSuchMethodError: open ```
This commit is contained in:
@@ -532,7 +532,7 @@ fun applicationSetup() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
download { github() }
|
download { github { release("jbr-release-21.0.10b1163.108") } }
|
||||||
settings {
|
settings {
|
||||||
windowlessRenderingEnabled = true
|
windowlessRenderingEnabled = true
|
||||||
cachePath = (Path(applicationDirs.dataRoot) / "cache/kcef").toString()
|
cachePath = (Path(applicationDirs.dataRoot) / "cache/kcef").toString()
|
||||||
|
|||||||
Reference in New Issue
Block a user