Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Rob Murdock
com.zegreatrob.testmints.action-mint
PluginId
Author
com.zegreatrob.testmints.action-mint
Owner: Rob Murdock
This plugin will generate boilerplate for using 'actions' easily.
Version 12.1.31 (latest)
12.1.31
Created 21 November 2024.
This plugin will generate boilerplate for using 'actions' easily.
Other versions
- 12.1.30
- 12.1.29
- 12.1.28
- 12.1.27
- 12.1.26
- 12.1.25
- 12.1.24
- 12.1.23
- 12.1.22
- 12.1.21
- 12.1.20
- 12.1.19
- 12.1.18
- 12.1.17
- 12.1.16
- 12.1.15
- 12.1.14
- 12.1.13
- 12.1.12
- 12.1.11
- 12.1.10
- 12.1.9
- 12.1.8
- 12.1.7
- 12.1.6
- 12.1.5
- 12.1.4
- 12.1.3
- 12.1.2
- 12.1.1
- 12.1.0
- 12.0.30
- 12.0.29
- 12.0.28
- 12.0.27
- 12.0.26
- 12.0.25
- 12.0.24
- 12.0.23
- 12.0.22
- 12.0.21
- 12.0.20
- 12.0.19
- 12.0.18
- 12.0.17
- 12.0.16
- 12.0.15
- 12.0.14
- 12.0.13
- 12.0.12
- 12.0.11
- 12.0.10
- 12.0.9
- 12.0.8
- 12.0.7
- 12.0.6
- 12.0.5
- 12.0.4
- 12.0.3
- 12.0.2
- 12.0.1
- 12.0.0
- 11.2.43
- 11.2.42
- 11.2.41
- 11.2.40
- 11.2.39
- 11.2.38
- 11.2.37
- 11.2.36
- 11.2.35
- 11.2.34
- 11.2.33
- 11.2.32
- 11.2.31
- 11.2.30
- 11.2.29
- 11.2.28
- 11.2.27
- 11.2.26
- 11.2.25
- 11.2.24
- 11.2.23
- 11.2.22
- 11.2.21
- 11.2.20
- 11.2.19
- 11.2.18
- 11.2.17
- 11.2.16
- 11.2.15
- 11.2.14
- 11.2.13
- 11.2.12
- 11.2.11
- 11.2.10
- 11.2.9
- 11.2.8
- 11.2.7
- 11.2.6
- 11.2.5
- 11.2.4
- 11.2.3
- 11.2.2
- 11.2.1
- 11.2.0
- 11.1.10
- 11.1.9
- 11.1.8
- 11.1.7
- 11.1.6
- 11.1.5
- 11.1.4
- 11.1.3
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.12
- 11.0.11
- 11.0.10
- 11.0.9
- 11.0.8
- 11.0.7
- 11.0.6
- 11.0.5
- 11.0.4
- 11.0.3
- 11.0.2
- 11.0.1
- 11.0.0
- 10.3.27
- 10.3.26
- 10.3.25
- 10.3.24
- 10.3.23
- 10.3.22
- 10.3.21
- 10.3.20
- 10.3.19
- 10.3.18
- 10.3.17
- 10.3.16
- 10.3.15
- 10.3.14
- 10.3.13
- 10.3.12
- 10.3.11
- 10.3.10
- 10.3.9
- 10.3.8
- 10.3.7
- 10.3.6
- 10.3.5
- 10.3.4
- 10.3.3
- 10.3.2
- 10.3.1
- 10.3.0
- 10.2.18
- 10.2.17
- 10.2.16
- 10.2.15
- 10.2.14
- 10.2.13
- 10.2.12
- 10.2.11
Using the plugins DSL:
plugins {
id("com.zegreatrob.testmints.action-mint") version "12.1.31"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.zegreatrob.testmints:action-mint-plugin:12.1.31")
}
}
apply(plugin = "com.zegreatrob.testmints.action-mint")
Using the plugins DSL:
plugins {
id "com.zegreatrob.testmints.action-mint" version "12.1.31"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.zegreatrob.testmints:action-mint-plugin:12.1.31"
}
}
apply plugin: "com.zegreatrob.testmints.action-mint"