Skip to content

Files

Latest commit

 

History

History

gradle-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VMF-Gradle-Plugin

Download

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
}

Building the VMF Gradle Plugin

IDE

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.

Command Line

Navigate to the VMF runtime Gradle project (i.e., path/to/VMF/gradle-project) and enter the following command

Bash (Linux/macOS/Cygwin/other Unix shell)

bash gradlew publishToMavenLocal

Windows (CMD)

gradlew publishToMavenLocal