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 9.0.0-1700518835 (latest)
9.0.0-1700518835
Created 20 November 2023.
Touch Portal Plugin Packager - Use with Touch Portal Plugin SDK
Using the plugins DSL:
plugins {
id("com.christophecvb.touchportal.plugin-packager") version "9.0.0-1700518835"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.christophecvb.touchportal:plugin-packager:9.0.0-1700518835")
}
}
apply(plugin = "com.christophecvb.touchportal.plugin-packager")
Using the plugins DSL:
plugins {
id "com.christophecvb.touchportal.plugin-packager" version "9.0.0-1700518835"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.christophecvb.touchportal:plugin-packager:9.0.0-1700518835"
}
}
apply plugin: "com.christophecvb.touchportal.plugin-packager"