org.openrewrite.build.language-library
Owner: Moderne, Inc.
Core language module
https://github.com/openrewrite/rewrite-build-gradle-plugin
Sources: https://github.com/openrewrite/rewrite-build-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("org.openrewrite.build.language-library") version "1.11.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.openrewrite:rewrite-build-gradle-plugin:1.11.6") } } apply(plugin = "org.openrewrite.build.language-library")
- Applying plugins to all subprojects .