Hey all, I'm trying to build intellij-community fr...
# kontributors
d
Hey all, I'm trying to build intellij-community from source, and I'm getting a compiler error in
JBCefClient.java
where the request handler includes an
sslInfo
argument to the
onCertificateError()
function here, but the
CefRequestHandler
interface only declares the other four parameters, as you can see here. I see version
104.4.26-g4180781-chromium-104.0.5112.102-api-1.9
getting downloaded during the build process, but command-clicking on the reference in
JBCefClient.java
takes me to the version of jcef in
jbr-17
, which appears to be api-1.8. Does anyone know the correct way for me to fix this?
For what it's worth, the project builds fine on my Mac, but I consistently get the error above on Windows, even with clean checkouts, etc.