Task ':compileInstaller' fails

Building the current development version with OpenJDK 17.0.2.8 fails with the error below:

$ git log --oneline -1 --no-decorate
a3753e8599 SSDM-12451 : Navigation - when collapsing recursively collapse also not loaded/visible nodes (use the fact that ids of children start with parent id prefix) + remember which nodes are expanded/collapsed only if their expanded/collapsed state differs from the default one
$ ./gradlew build -x test
[…]
> Task :compileInstaller FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/scratch/local/openbis/installation/build.gradle' line: 154 

* What went wrong:
Execution failed for task ':compileInstaller'.
> Unable to make field private java.lang.String java.text.AttributedCharacterIterator$Attribute.name accessible: module java.base does not "opens java
.text" to unnamed module @67dfbff7

Thank you for reporting this. Our developers confirm that they can reproduce the behaviour. We will get back to you soon.

Dear @pmenzel,

Excuse the inconvenience, I have updated the README file.

Best,
Juan

Thank you for updating the README.md in commit fd123f5ab3b8 (SSDM-13129 : JDK17 Build readme update). That did the trick.

BUILD SUCCESSFUL in 8m 14s
124 actionable tasks: 73 executed, 51 up-to-date