Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphviz: Set total memory by default to 2^30 #190

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add import
tjerkw committed Aug 28, 2022
commit dd30caec1923eb067e0a9749f2bbadfbded2099b
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package com.vanniktech.dependency.graph.generator

import kotlin.math.pow
import com.vanniktech.dependency.graph.generator.ProjectTarget.MULTIPLATFORM
import org.gradle.api.Project
import org.gradle.api.artifacts.ProjectDependency
import guru.nidi.graphviz.engine.Graphviz


private val whitespaceRegex = Regex("\\s")

internal val String.dotIdentifier get() = replace("-", "")