Skip to content

Commit

Permalink
fix(cleanup): cleanup of 1 sub-module (datahub-project#8678)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Aug 24, 2023
1 parent 090f8af commit 9472636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata-integration/java/datahub-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,7 @@ sourceSets.main.java.srcDir "${generateOpenApiPojos.outputDir}/src/main/java"
sourceSets.main.resources.srcDir "${generateOpenApiPojos.outputDir}/src/main/resources"

checkstyleMain.exclude '**/generated/**'

clean {
project.delete("$projectDir/generated")
}

0 comments on commit 9472636

Please sign in to comment.