# VMF-Gradle-Plugin **Repository Path**: mirrors_miho/VMF-Gradle-Plugin ## Basic Information - **Project Name**: VMF-Gradle-Plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 > } > ```