org.openrewrite.build.java8-text-blocks
Owner: Moderne, Inc.
Text blocks compiled to Java 8 bytecode
https://github.com/openrewrite/rewrite-build-gradle-plugin
Sources: https://github.com/openrewrite/rewrite-build-gradle-plugin.git
Version 1.17.3
1.17.3
Created 23 October 2024.
Text blocks compiled to Java 8 bytecode
Add this plugin to your build using the plugins DSL:
plugins {
id("org.openrewrite.build.java8-text-blocks") version "1.17.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.openrewrite:rewrite-build-gradle-plugin:1.17.3") } } apply(plugin = "org.openrewrite.build.java8-text-blocks")
- Applying plugins to all subprojects .