Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
henry li
pub.ihub.plugin
PluginId
Author
Version 1.7.1 (latest)
1.7.1
Created 26 October 2024.
IHub Plugins Gradle Plugin
Other versions
- 1.7.0
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.5-rc2
- 1.6.5-rc1
- 1.6.4
- 1.6.3
- 1.6.3-rc2
- 1.6.3-rc1
- 1.6.2
- 1.6.2-rc4
- 1.6.2-rc3
- 1.6.2-rc2
- 1.6.2-rc1
- 1.6.1
- 1.6.0
- 1.5.5
- 1.5.4
- 1.5.4-m1
- 1.5.3
- 1.5.2
- 1.5.2-rc1
- 1.5.2-m1
- 1.5.1
- 1.5.0
- 1.5.0-rc1
- 1.4.1
- 1.4.1-rc5
- 1.4.1-rc4
- 1.4.1-rc3
- 1.4.1-rc2
- 1.4.1-rc1
- 1.4.0-m1
- 1.4.0-JAVA11
- 1.4.0-JAVA8
- 1.4.0
- 1.4.0-m2
- 1.3.5
- 1.3.4
- 1.3.4-rc4
- 1.3.4-rc3
- 1.3.4-rc2
- 1.3.4-rc1
- 1.3.4-m1
- 1.3.3
- 1.3.3-m2
- 1.3.3-m1
- 1.3.2
- 1.3.2-rc4
- 1.3.2-rc3
- 1.3.2-rc2
- 1.3.2-rc1
- 1.3.2-m3
- 1.3.2-m2
- 1.3.2-m1
- 1.3.1
- 1.3.1-rc2
- 1.3.1-rc1
- 1.3.1-m2
- 1.3.1-m1
- 1.3.0
- 1.3.0-rc5
- 1.3.0-rc4
- 1.3.0-rc3
- 1.3.0-rc2
- 1.3.0-rc1
- 1.3.0-m6
- 1.3.0-m5
- 1.3.0-m2
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0.T13
- 1.0.0.T12
- 1.0.0.T11
- 1.0.0.T10
- 1.0.0.T9
- 1.0.0.T6
- 1.0.0.T5
- 1.0.0.T3
- 1.0.0.T2
- 1.0.0.T1
- 1.0.0
Using the plugins DSL:
plugins {
id("pub.ihub.plugin") version "1.7.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("pub.ihub.plugin:ihub-plugins:1.7.1")
}
}
apply(plugin = "pub.ihub.plugin")
Using the plugins DSL:
plugins {
id "pub.ihub.plugin" version "1.7.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "pub.ihub.plugin:ihub-plugins:1.7.1"
}
}
apply plugin: "pub.ihub.plugin"