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:
Constantin Piber
2026-05-14 17:45:30 +02:00
committed by GitHub
parent a2f29ec9dc
commit 16a14e6ac2

View File

@@ -532,7 +532,7 @@ fun applicationSetup() {
}
}
}
download { github() }
download { github { release("jbr-release-21.0.10b1163.108") } }
settings {
windowlessRenderingEnabled = true
cachePath = (Path(applicationDirs.dataRoot) / "cache/kcef").toString()