Skip to content
Snippets Groups Projects
Commit 7fc250f1 authored by Lorenz Boguhn's avatar Lorenz Boguhn Committed by Sören Henning
Browse files

Exclude source-gen from code style plugins

parent 2bcb805f
Branches
Tags
1 merge request!266Move Titan classes to Theodolite
......@@ -77,4 +77,13 @@ task ("generateAvroJava", type: com.github.davidmc24.gradle.plugin.avro.Generate
outputDir = file("src-gen/main/java")
}
tasks.withType(Checkstyle) {
source = fileTree('src/main/java')
}
tasks.withType(Pmd) {
exclude '**/commons/src-gen/.*'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment