mqtt-cli icon indicating copy to clipboard operation
mqtt-cli copied to clipboard

Add release package for .nuget

Open ahelmbr opened this issue 6 years ago • 0 comments

A gradle plugin for .nuget can be found here: https://github.com/Itiviti/gradle-nuget-plugin

Add the package in the same way like the others Add documentation

buildscript {
    repositories {
      mavenCentral()
    }

    dependencies {
        classpath "com.ullink.gradle:gradle-nuget-plugin:2.17"
    }
}

apply plugin: 'nuget'

ahelmbr avatar Sep 25 '19 11:09 ahelmbr