aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-03 21:35:35 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-03 21:35:35 +0200
commita3c600738ed16356df75b923c9e00738302b3b66 (patch)
tree9e6a8b4c14c18d89deaf65e4ee3d6d74a70acd14 /README.md
parentchore(web): bump MUI 5 to released version (diff)
downloadrefinery-a3c600738ed16356df75b923c9e00738302b3b66.tar.gz
refinery-a3c600738ed16356df75b923c9e00738302b3b66.tar.zst
refinery-a3c600738ed16356df75b923c9e00738302b3b66.zip
build: refactor task dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6fb6bbc..6ffed9ff 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@
28 28
297. Clone the project Git repository but do not import it into Eclipse yet. 297. Clone the project Git repository but do not import it into Eclipse yet.
30 30
318. Open a new terminal an run `./gradlew eclipseJdt` (`.\gradlew eclipseJdt` on Windows) in the cloned repository. 318. Open a new terminal an run `./gradlew prepareEclipse` (`.\gradlew prepareEclipse` on Windows) in the cloned repository.
32 * This should complete without any compilation errors. 32 * This should complete without any compilation errors.
33 * If you get any errors about the JVM version, check whether the `JAVA_HOME` environment variable is set to the location of JDK. You can query the variable with `echo $JAVA_HOME` on Linux and `echo $Env:JAVA_HOME` in PowerShell on Windows. To set it, use `export JAVA_HOME=/java/path/here` or `$Env:JAVA_HOME="C:\java\path\here"`, respectively. 33 * If you get any errors about the JVM version, check whether the `JAVA_HOME` environment variable is set to the location of JDK. You can query the variable with `echo $JAVA_HOME` on Linux and `echo $Env:JAVA_HOME` in PowerShell on Windows. To set it, use `export JAVA_HOME=/java/path/here` or `$Env:JAVA_HOME="C:\java\path\here"`, respectively.
34 34