com.christophecvb.touchportal.plugin-packager
Touch Portal Plugin Packager - Use with Touch Portal Plugin SDK
https://github.com/ChristopheCVB/TouchPortalPluginSDK
Sources: https://github.com/ChristopheCVB/TouchPortalPluginSDK
Version 8.4.0-1667305538
8.4.0-1667305538
Created 01 November 2022.
Touch Portal Plugin Packager - Use with Touch Portal Plugin SDK
Using the plugins DSL:
plugins {
id("com.christophecvb.touchportal.plugin-packager") version "8.4.0-1667305538"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.christophecvb.touchportal:plugin-packager:8.4.0-1667305538")
}
}
apply(plugin = "com.christophecvb.touchportal.plugin-packager")
Using the plugins DSL:
plugins {
id "com.christophecvb.touchportal.plugin-packager" version "8.4.0-1667305538"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.christophecvb.touchportal:plugin-packager:8.4.0-1667305538"
}
}
apply plugin: "com.christophecvb.touchportal.plugin-packager"