mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
feat(build): remove modulegraph plugin
I don't care
This commit is contained in:
parent
6f1c1b3629
commit
925158b149
3 changed files with 0 additions and 41 deletions
|
@ -4,19 +4,8 @@
|
|||
* license that can be found in the LICENSE file or at
|
||||
* https://opensource.org/licenses/MIT.
|
||||
*/
|
||||
import dev.iurysouza.modulegraph.Orientation
|
||||
import dev.iurysouza.modulegraph.Theme
|
||||
|
||||
plugins {
|
||||
id("dev.msfjarvis.claw.spotless")
|
||||
id("dev.msfjarvis.claw.versions")
|
||||
id("dev.msfjarvis.claw.kotlin-common")
|
||||
alias(libs.plugins.modulegraph)
|
||||
}
|
||||
|
||||
moduleGraphConfig {
|
||||
heading.set("## Module dependency graph")
|
||||
orientation.set(Orientation.TOP_TO_BOTTOM)
|
||||
readmePath.set(project.layout.projectDirectory.file("README.md").asFile.absolutePath)
|
||||
theme.set(Theme.DARK)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue