Skip to content

Commit

Permalink
Adds explicit clean rules for the distribution folders #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Oct 27, 2018
1 parent 56524b1 commit 7155641
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions com.incquerylabs.v4md/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ dependencies {
testCompile group: 'org.eclipse.viatra', name: 'viatra-query-testing', version: viatraVersion, testExclusions
}

clean.doLast {
delete 'build/generated-dist'
delete 'build/test-dist'
delete 'install'
}

task extractDependencies {

configurations.preCompile.resolvedConfiguration.resolvedArtifacts.each { artifact ->
Expand Down

0 comments on commit 7155641

Please sign in to comment.