Skip to content

Commit

Permalink
Fix circuler dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Mar 3, 2024
1 parent 9ec644b commit 0b69c91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,12 @@ task build{
dependsOn docker_build
}

task clean(type: Delete) {
task customClean(type: Delete) {
delete rootProject.buildDir
}

tasks.named('clean').configure {
dependsOn clean
dependsOn customClean
}


afterReleaseBuild.dependsOn "docker_push"

0 comments on commit 0b69c91

Please sign in to comment.