Unable to build keycloak from source

Hello everyone !

I’m interested in contributing to the Keycloak project and I’ve been trying to build the code from source following the documentation provided.

However, I’ve encountered an issue during the build process that I’ve been unable to resolve. Specifically, I’m seeing the following error:

ERROR] ConfigurationTest.testDatabaseDefaults:259 expected:jdbc:h2:file:C:[\Users\inesb\data]h2/keycloakdb;;AUTO_… but was:jdbc:h2:file:C:[/Users/inesb/data/]h2/keycloakdb;;AUTO_… [ERROR] ConfigurationTest.testDatabaseProperties:337 expected:jdbc:h2:file:[C:\Users\inesb\data\h2/keycloakdb;;AUTO_SERVER=TRUE];NON_KEYWORDS=VALUE but was:jdbc:h2:file:[test-dir/data/h2/keycloakdb;;test=test;test1=test1];NON_KEYWORDS=VALUE

I would appreciate any assistance you can provide in helping me resolve this issue so that I can successfully build the project and start contributing to the Keycloak community.

Thank you!