You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
723 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# j
Gradle_Version_Manager
## 安装
[下载](https://github.com/forget-the-bright/grvm/releases) 下载自己需要的版本, 到自己自定义的目录 修改可执行文件名称为j
默认文件下载安装在用户目录下 ```.grvm```目录,目录下 ```versions```, ```downloads```, ```gradle``` 分别是本地安装目录安装包下载目录当前使用的java版本目录
将 JAVA_HOME 配置为 ```USER_HOME\.grvm\gradle```
指定安装目录需要 添加环境变量 ```GRVM_HOME```
## 命令
### 列出
列出所有可安装版本
```
grvm ls-remote
```
列出本地安装版本
```
grvm ls
```
### 下载
```
grvm install 8
```
### 切换版本
```
grvm use 17
```