An open API service indexing awesome lists of open source software.

https://github.com/miho/vmf-gradle-plugin


https://github.com/miho/vmf-gradle-plugin

Last synced: 9 months ago
JSON representation

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
> }
> ```