io.moderne.lst
Owner: Moderne, Inc.
Build LSTs for Moderne
https://docs.moderne.io/how-to/integrating-private-code
Sources: https://github.com/moderneinc/moderne-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("io.moderne.lst") version "2.1.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.moderne:moderne-lst-gradle-plugin:2.1.9") } } apply(plugin = "io.moderne.lst")
- Applying plugins to all subprojects .