Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
jchanghong
com.github.jchanghong.jch
PluginId
Author
com.github.jchanghong.jch
Owner: jchanghong
A plugin that helps you test your plugin against a variety of Gradle versions
Version 2.3.12-SNAPSHOT
2.3.12-SNAPSHOT
Created 28 July 2021.
A plugin that helps you use kotlin and spring boot
Other versions
- 2022.5
- 2022.4
- 2022.3
- 2022.2
- 2022.1
- 100
- 2.5.3.1
- 2.5.3
- 2.5.2.6
- 2.5.2.6-SNAPSHOT
- 2.5.2.5
- 2.5.2.1
- 2.5.2.b
- 2.5.2
- 2.5.1.5
- 2.5.1.3
- 2.5.1.2
- 2.5.1.1
- 2.5.1
- 2.5.0.6
- 2.5.0.5
- 2.5.0.1
- 2.5.0.a
- 2.5.0
- 2.4.5.11
- 2.4.5.10
- 2.4.5.9
- 2.4.5.8
- 2.4.5.7
- 2.4.5.5
- 2.4.5.3
- 2.4.5.2
- 2.4.5.a
- 2.4.4.5
- 2.4.4.4
- 2.4.4.3
- 2.4.4.2
- 2.4.4.1
- 2.4.3.2
- 2.4.3.1
- 2.4.3.a
- 2.4.3
- 2.4.1.1
- 2.4.1
- 2.4.0.2
- 2.4.0
- 2.3.12.97
- 2.3.12.96
- 2.3.12.95
- 2.3.12.94
- 2.3.12.93
- 2.3.12.92
- 2.3.12.91
- 2.3.12.90.1
- 2.3.12.90
- 2.3.12.80.2
- 2.3.12.80.1
- 2.3.12.80
- 2.3.12.60
- 2.3.12.50
- 2.3.12.40
- 2.3.12.21
- 2.3.12.20
- 2.3.12.3
- 2.3.12.2
- 2.3.12.1
- 2.3.12.f
- 2.3.12.e
- 2.3.12.d
- 2.3.12.c
- 2.3.12.b
- 2.3.12.a
- 2.3.12
- 2.3.5.M298
- 2.3.5.M297
- 2.3.5.M296
- 2.3.5.M293
- 2.3.5.M292
- 2.3.5.M291
- 2.3.5.M70
- 2.3.5.M60
- 2.3.5.M29
- 2.3.5.M28
- 2.3.5.M27
- 2.3.5.M26
- 2.3.5.M25
- 2.3.5.M24
- 2.3.5.M23
- 2.3.5.M22
- 2.3.5.M21
- 2.3.5.M20
- 2.3.5.M10
- 2.3.5.M6
- 2.3.5.M5
- 2.3.5.M4
- 2.3.5.M3
- 2.3.5.M1
- 2.3.4.600
- 2.3.4.500
- 2.3.4.401
- 2.3.4.400
- 2.3.4.300
- 2.3.4.101
- 2.3.4.99
- 2.3.4.97
- 2.3.4.95
- 2.3.4.92
- 2.3.4.91
- 2.3.4.90
- 2.3.4.80
- 2.3.4.60
- 2.3.4.50
- 2.3.4.40
- 2.3.4.20
- 2.3.4.10
- 2.3.4.3
- 2.3.4.1
- 2.3.4.g
- 2.3.4.d
- 2.3.4.c
- 2.3.4.b
- 2.3.4.a
- 2.3.4
- 2.3.4.M17
- 2.3.4.M16
- 2.3.4.M15
- 2.3.4.M14
- 2.3.4.M13
- 2.3.4.M12
- 2.3.4.M10
- 2.3.4.M9
- 2.3.4.M7
- 2.3.4.M6
- 2.3.4.M5
- 2.3.4.M3
- 2.3.4.M2
- 2.3.4.M1
- 2.3.3.40
- 2.3.3.20
- 2.3.3.10
- 2.3.3.7
- 2.3.3.6
- 2.3.3
- 2.3.0
- 1.6.236
- 1.6.235
- 1.6.234
- 1.6.233
- 1.6.232
- 1.6.231
- 1.6.230
- 1.6.101
- 1.6.100
- 1.6.12
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.2
- 1.6.1
- 1.6.0
- 1.0.4
- 1.0.2
- 1.0.1
- 1.0.0
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.jchanghong.jch") version "2.3.12-SNAPSHOT"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.github.jchanghong.jch:com.github.jchanghong.jch.gradle.plugin:2.3.12-SNAPSHOT") }
It can then be applied in the precompiled script plugin:plugins { id("com.github.jchanghong.jch") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.jchanghong.jch:com.github.jchanghong.jch.gradle.plugin:2.3.12-SNAPSHOT") } } apply(plugin = "com.github.jchanghong.jch")
- Applying plugins to all subprojects .