Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Ratpack Team
io.ratpack.ratpack-groovy
PluginId
Author
io.ratpack.ratpack-groovy
Owner: Ratpack Team
This plugin provides build time integration for Groovy based Ratpack applications.
Version 1.10.0-milestone-17
1.10.0-milestone-17
Created 06 August 2023.
This plugin provides build time integration for Groovy based Ratpack applications.
Other versions
- 2.0.0-rc-1
- 1.10.0-milestone-38
- 1.10.0-milestone-37
- 1.10.0-milestone-36
- 1.10.0-milestone-35
- 1.10.0-milestone-34
- 1.10.0-milestone-33
- 1.10.0-milestone-32
- 1.10.0-milestone-31
- 1.10.0-milestone-30
- 1.10.0-milestone-29
- 1.10.0-milestone-28
- 1.10.0-milestone-27
- 1.10.0-milestone-26
- 1.10.0-milestone-25
- 1.10.0-milestone-24
- 1.10.0-milestone-23
- 1.10.0-milestone-22
- 1.10.0-milestone-21
- 1.10.0-milestone-20
- 1.10.0-milestone-19
- 1.10.0-milestone-18
- 1.10.0-milestone-16
- 1.10.0-milestone-15
- 1.10.0-milestone-14
- 1.10.0-milestone-13
- 1.10.0-milestone-12
- 1.10.0-milestone-11
- 1.10.0-milestone-10
- 1.10.0-milestone-9
- 1.10.0-milestone-8
- 1.10.0-milestone-7
- 1.10.0-milestone-6
- 1.10.0-milestone-5
- 1.10.0-milestone-3
- 1.10.0-milestone-1
- 1.9.0
- 1.9.0-rc-2
- 1.9.0-rc-1
- 1.9.0-SNAPSHOT
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.1
- 1.6.0
- 1.6.0-rc-4
- 1.6.0-rc-3
- 1.6.0-rc-2
- 1.6.0-rc-1
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.5.0-rc-3
- 1.5.0-rc-2
- 1.5.0-rc-1
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-rc-3
- 1.4.0-rc-1
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc-2
- 1.3.0-rc-1
- 1.2.0
- 1.2.0-rc-2
- 1.2.0-RC-1
- 1.1.1
- 1.1.0
- 1.0.0
- 1.0.0-rc-3
- 1.0.0-rc-2
- 1.0.0-rc-1
- 0.9.19
- 0.9.18
- 0.9.17
- 0.9.16
- 0.9.15
- 0.9.14
- 0.9.13
- 0.9.12
- 0.9.11
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
Add this plugin to your build using the plugins DSL:
plugins {
id("io.ratpack.ratpack-groovy") version "1.10.0-milestone-17"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.ratpack:ratpack-gradle:1.10.0-milestone-17") } } apply(plugin = "io.ratpack.ratpack-groovy")
- Applying plugins to all subprojects .