We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de5e36 commit 7b14eaaCopy full SHA for 7b14eaa
1 file changed
BUILD.md
@@ -62,7 +62,15 @@ If your main concern is with the `Core` you don't need to build and start the wh
62
63
## Other editors
64
65
-TBD
+### No editor, Ubuntu 24.04
66
+
67
+```
68
+sudo apt install openjdk-17-jdk openjdk-17-source
69
+export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
70
+./gradlew build
71
+./gradlew tets
72
+./gradlew package
73
74
75
## Troubleshooting and Setup Tips (IntelliJ IDEA)
76
0 commit comments