https://github.com/miho/vmf-gradle-plugin
https://github.com/miho/vmf-gradle-plugin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miho/vmf-gradle-plugin
- Owner: miho
- Created: 2018-07-15T20:57:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T21:33:24.000Z (over 7 years ago)
- Last Synced: 2025-02-15T21:20:02.283Z (11 months ago)
- Language: Groovy
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VMF-Gradle-Plugin
**The Gradle plugin is now part of the [VMF](https://github.com/miho/VMF) repository.**
> Get this plugin from here: https://plugins.gradle.org/plugin/eu.mihosoft.vmf
>
> Just add the plugin id to use this plugin:
>
> ```gradle
> plugins {
> id "eu.mihosoft.vmf" version "0.1.3" // use latest version
> }
> ```
>
> and optionally configure VMF:
>
> ```gradle
> vmf {
> version = '0.1.1' // use desired VMF version
> }
> ```