io.github.admund.marketspecificui
Owner: Adrian Gardian
Plugin for creating ResData for MarketSpecificUiLib
https://github.com/admund/MarketSpecificUI
Sources: https://github.com/admund/MarketSpecificUI.git
Version 0.2.0 (latest)
0.2.0
Created 06 February 2024.
Plugin for creating ResData for MarketSpecificUiLib
Using the plugins DSL:
plugins {
id("io.github.admund.marketspecificui") version "0.2.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.admund:plugin:0.2.0")
}
}
apply(plugin = "io.github.admund.marketspecificui")
Using the plugins DSL:
plugins {
id "io.github.admund.marketspecificui" version "0.2.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.admund:plugin:0.2.0"
}
}
apply plugin: "io.github.admund.marketspecificui"