From fd123f5ab3b8f9cbdcab8c298e6a228e79934ad8 Mon Sep 17 00:00:00 2001 From: juanf <juanf@ethz.ch> Date: Thu, 27 Oct 2022 11:47:23 +0200 Subject: [PATCH] SSDM-13129 : JDK17 Build readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e477b53fb2c..7d79d56a553 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ git clone https://sissource.ethz.ch/sispub/openbis.git cd installation/ ./gradlew clean -./gradlew build -x test +./gradlew build -x test "-Dorg.gradle.jvmargs=--add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED" ``` + ## Where the build is found? ``` ./installation/targets/gradle/distributions/openBIS-installation-standard-technologies-SNAPSHOT-rXXXXXXXXXX.tar.gz @@ -26,6 +27,7 @@ cd openbis_standard_technologies/ ./gradlew clean ./gradlew buildCoreUIPackageUsingJDK8 -x test ``` + ## How to compile the V3 JS bundle used by the new Admin UI in production? ``` git clone https://sissource.ethz.ch/sispub/openbis.git -- GitLab