Skip to content

Exclude test folder #30

@tgalery

Description

@tgalery

Hi there, thanks for maintaining this plugin. I'm using version 2.1.0 (more recent versions don't seem to compile against the java version used in the project). This project has a number of subprojects in it and my scala style configuration works like this:

scalaStyle {
    config = file("$rootDir/config/scalastyle.xml")
    failOnWarning = true
    sourceSets {
        test {
            skip = true
        }
    }

but that's not working, do you have any pointers ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions