We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5ea2f commit d4fd03aCopy full SHA for d4fd03a
README.md
@@ -203,7 +203,13 @@ The package has several core functions:
203
9. `java_clear()`
204
- Removes all or some `Java` versions linked in the current project
205
(or cached distributions or installations).
206
-10. `use_java()`
+
207
+10 `java_valid_versions()` \* Lists all valid major `Java` versions that
208
+can be downloaded and installed for either current automatically
209
+detected OS and CPU architecture or user-specified platform and
210
+architecture.
211
212
+11. `use_java()`
213
214
- Same as `java_quick_install()`, but in a less intrusive way. Does not
215
copy or link the `Java` installation folder from cache into the
0 commit comments