Just add the plugin id to use this plugin (get the latest version from here):
plugins {
id "eu.mihosoft.vmf" version "0.1.6" // use latest version
}
and optionally configure VMF:
vmf {
version = '0.1.1' // use desired VMF version
}
Open the VMF
Gradle plugin project in your favourite IDE (tested with NetBeans 8.2 and IntelliJ 2018) and build it
by calling the publishToMavenLocal
task.
Navigate to the VMF
runtime Gradle project (i.e., path/to/VMF/gradle-project
) and enter the following command
bash gradlew publishToMavenLocal
gradlew publishToMavenLocal