pub.ihub.plugin.ihub-verification
Owner: henry li
IHub Verification Gradle Plugin
https://github.com/ihub-pub/plugins
Sources: https://github.com/ihub-pub/plugins.git
Version 1.4.1-rc5
1.4.1-rc5
Created 16 September 2023.
IHub Verification Gradle Plugin
Using the plugins DSL:
plugins {
id("pub.ihub.plugin.ihub-verification") version "1.4.1-rc5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("pub.ihub.plugin:ihub-verification:1.4.1-rc5")
}
}
apply(plugin = "pub.ihub.plugin.ihub-verification")
Using the plugins DSL:
plugins {
id "pub.ihub.plugin.ihub-verification" version "1.4.1-rc5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "pub.ihub.plugin:ihub-verification:1.4.1-rc5"
}
}
apply plugin: "pub.ihub.plugin.ihub-verification"