Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Moderne, Inc.
org.openrewrite.build.root
PluginId
Author
org.openrewrite.build.root
Owner:
Moderne, Inc.
Configures the root project
https://github.com/openrewrite/rewrite-build-gradle-plugin
Sources: https://github.com/openrewrite/rewrite-build-gradle-plugin.git
Version 1.3.1
1.3.1
Created 15 December 2022.
Configures the root project
Other versions
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.136.2
- 1.136.1
- 1.136.0
- 1.135.0
- 1.134.0
- 1.133.0
- 1.132.0
- 1.131.0
- 1.130.1
- 1.130.0
- 1.129.0
- 1.128.1
- 1.128.0
- 1.127.4
- 1.127.2
- 1.127.1
- 1.127.0
- 1.126.4
- 1.126.3
- 1.126.2
- 1.126.1
- 1.126.0
- 1.125.0
- 1.124.0
- 1.123.2
- 1.123.1
- 1.123.0
- 1.122.0
- 1.121.1
- 1.121.0
- 1.120.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20.0
- 1.19.0
- 1.18.1
- 1.18.0
- 1.17.4
- 1.17.3
- 1.17.2
- 1.17.1
- 1.17.0
- 1.16.6
- 1.16.5
- 1.16.4
- 1.16.2
- 1.16.1
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.4
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.9
- 1.12.8
- 1.12.7
- 1.12.6
- 1.12.5
- 1.12.4
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.8
- 1.11.7
- 1.11.6
- 1.11.5
- 1.11.4
- 1.11.3
- 1.11.2
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.1
- 1.0.0
Add this plugin to your build using the plugins DSL:
plugins {
id("org.openrewrite.build.root") version "1.3.1"
}
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("org.openrewrite.build.root:org.openrewrite.build.root.gradle.plugin:1.3.1") }It can then be applied in the precompiled script plugin:plugins { id("org.openrewrite.build.root") } -
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.openrewrite.build.root:org.openrewrite.build.root.gradle.plugin:1.3.1") } } apply(plugin = "org.openrewrite.build.root") - Applying plugins to all subprojects .