3 Commits

Author SHA1 Message Date
Joseph Goldbeck
672caad36a
docs: update java version in contribution docs (#13593)
Java 17 appears to be used everywhere else in the repo, which means Java 11 is out of date. In fact, the build fails with Java 11, but succeeds with Java 17.

Updating the docs to reflect this

Co-authored-by: Joseph Goldbeck <joegoldbeck@users.noreply.github.com>
2023-10-16 12:53:31 -07:00
Joseph Goldbeck
a04da75f6d
docs: run bootstrap from correct folder (#13592)
if cd into bootstrap folder, get `Error: Could not find or load main class`. however, if run from repo root, then it works!

updating the docs to reflect this

Co-authored-by: Joseph Goldbeck <joegoldbeck@users.noreply.github.com>
2023-10-16 11:33:08 -07:00
Pere Miquel Brull
3afb5212ec
[Docs] - Use a.b.x as version pattern (#13161)
* [Docs] - Use a.b.x as version pattern

* Fix image path
2023-09-12 19:41:21 +02:00