Skip to content

Support using Gradle projects as the dependency inputs #1901

@Goooler

Description

@Goooler

I'd finished Ktlint custom rule sets support in #1896, but it supports Maven coordinates only due to the limits of

/** Provisions the given maven coordinates and their transitive dependencies. */
public static JarState from(Collection<String> mavenCoordinates, Provisioner provisioner) throws IOException {
return provisionWithTransitives(true, mavenCoordinates, provisioner);
}

We can extend this for Gradle local projects to be used as the inputs, not sure if this way works for Maven projects as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions