aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 11:54:22 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 11:54:22 +0200
commit1c913cd644d1e5d0db987e68bae3f986090cd38b (patch)
tree3fff37a382b9bd2d18b6f3571fc5ddfb4f7b50ff /README.md
parentchore(store): rename store package (diff)
downloadrefinery-1c913cd644d1e5d0db987e68bae3f986090cd38b.tar.gz
refinery-1c913cd644d1e5d0db987e68bae3f986090cd38b.tar.zst
refinery-1c913cd644d1e5d0db987e68bae3f986090cd38b.zip
docs: note about Eclipse compiler compilance level
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ffed9ff..ca9bbcf7 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +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 29
297. 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.
30 31