Skip to content

Integrate info to main gradle project #1840

@nulls

Description

@nulls

We have a separate module info which builds documentation for diktat. It has own buildSrc and it's a separate gradle project.

Need to integrate to main gradle project to allow to use it as part of main gradle task.

Also, looks like is not merged fully from maven:

// info/buildSrc/build.gradle.kts
flatDir {
        dirs(
            "$rootDir/../../diktat-rules/target",
            "$rootDir/../../diktat-common/target"
        )
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions