io.moderne.rewrite-aggregation
Owner: Moderne, Inc.
Connect your build to Moderne and eliminate tech debt
https://docs.moderne.io/how-to/integrating-private-code
Sources: https://github.com/moderneinc/moderne-gradle-plugin.git
Version 1.0.9
1.0.9
Created 23 June 2023.
Connect your build to Moderne and eliminate tech debt
Add this plugin to your build using the plugins DSL:
plugins {
id("io.moderne.rewrite-aggregation") version "1.0.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.moderne:moderne-gradle-plugin:1.0.9") } } apply(plugin = "io.moderne.rewrite-aggregation")
- Applying plugins to all subprojects .