aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 16:18:53 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 16:18:53 +0200
commit65f6232cccc542eeb003fb0b57e38340c7ee14fe (patch)
treee7f17e71b41a733bb2f4c85569e5f933d2f960b7 /README.md
parentdocs: note about Eclipse compiler compilance level (diff)
downloadrefinery-65f6232cccc542eeb003fb0b57e38340c7ee14fe.tar.gz
refinery-65f6232cccc542eeb003fb0b57e38340c7ee14fe.tar.zst
refinery-65f6232cccc542eeb003fb0b57e38340c7ee14fe.zip
docs: fix typo
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 ca9bbcf7..9bd9bbd4 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
25 * Add the JDK 17 to _Java > Installed JREs_. 25 * Add the JDK 17 to _Java > Installed JREs_.
26 * Make sure JDK 17 is selected for _JavaSE-17_ at _Java > Installed JREs > Execution Environments_. 26 * Make sure JDK 17 is selected for _JavaSE-17_ at _Java > Installed JREs > Execution Environments_.
27 * Set _Gradle > Java home_ to the `JAVA_HOME` directory (the directory which contains the `bin` directory) of JDK 17. Here, Buildship will show a yellow warning sign, which can be safely ignored. 27 * Set _Gradle > Java home_ to the `JAVA_HOME` directory (the directory which contains the `bin` directory) of JDK 17. Here, Buildship will show a yellow warning sign, which can be safely ignored.
28 * Set _Java > Compiler > JDK Compilance > Compiler compilance level_ to _17_. The warning about using Java 16 system libraries during compilation should disappear. 28 * Set _Java > Compiler > JDK Compliance > Compiler compliance level_ to _17_. The warning about using Java 16 system libraries during compilation should disappear.
29 29
307. Clone the project Git repository but do not import it into Eclipse yet. 307. Clone the project Git repository but do not import it into Eclipse yet.
31 31