https://github.com/version-fox/vfox-gradle
Gradle plugin for vfox
https://github.com/version-fox/vfox-gradle
vfox-plugin
Last synced: 7 months ago
JSON representation
Gradle plugin for vfox
- Host: GitHub
- URL: https://github.com/version-fox/vfox-gradle
- Owner: version-fox
- License: apache-2.0
- Created: 2024-03-26T09:16:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T06:37:37.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T01:33:31.329Z (8 months ago)
- Topics: vfox-plugin
- Language: Lua
- Homepage: https://vfox.lhan.me
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
vfox-gradle is a plugin for [vfox](https://vfox.lhan.me/) .
## How to use it
1. Install vfox
>For detailed installation instructions, see [Quick Start](https://vfox.lhan.me/guides/quick-start.html)
2. Add vfox-gradle plugin
```bash
vfox add gradle
```
3. Install a version
>Until then, you can specify mirrors to speed up the download. The way to do this is to add a system environment variable called **VFOX_GRADLE_MIRRORS**, e.g. in Powershell execute:
> `$env:VFOX_GRADLE_MIRRORS= "https://mirrors.cloud.tencent.com/gradle/"`
```bash
vfox install gradle@8.7
```
4. Switch a version
```bash
vfox use gradle@8.7
```
5. View version
```bash
gradle --version
Gradle 8.7
```