Skip to content
Snippets Groups Projects
Commit fd123f5a authored by juanf's avatar juanf
Browse files

SSDM-13129 : JDK17 Build readme update

parent c2b17f48
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -8,8 +8,9 @@ ...@@ -8,8 +8,9 @@
git clone https://sissource.ethz.ch/sispub/openbis.git git clone https://sissource.ethz.ch/sispub/openbis.git
cd installation/ cd installation/
./gradlew clean ./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? ## Where the build is found?
``` ```
./installation/targets/gradle/distributions/openBIS-installation-standard-technologies-SNAPSHOT-rXXXXXXXXXX.tar.gz ./installation/targets/gradle/distributions/openBIS-installation-standard-technologies-SNAPSHOT-rXXXXXXXXXX.tar.gz
...@@ -26,6 +27,7 @@ cd openbis_standard_technologies/ ...@@ -26,6 +27,7 @@ cd openbis_standard_technologies/
./gradlew clean ./gradlew clean
./gradlew buildCoreUIPackageUsingJDK8 -x test ./gradlew buildCoreUIPackageUsingJDK8 -x test
``` ```
## How to compile the V3 JS bundle used by the new Admin UI in production? ## How to compile the V3 JS bundle used by the new Admin UI in production?
``` ```
git clone https://sissource.ethz.ch/sispub/openbis.git git clone https://sissource.ethz.ch/sispub/openbis.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment