Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Mar 3, 2024
1 parent 0b69c91 commit 405b8c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

plugins {
id 'net.researchgate.release' version '2.8.0'
id 'com.jfrog.GradleDepTree' version '3.0.3'
}

apply from: "$rootDir/../common-gradle-scripts/docker.gradle"
Expand Down Expand Up @@ -79,12 +80,12 @@ task build{
dependsOn docker_build
}

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

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

afterReleaseBuild.dependsOn "docker_push"

0 comments on commit 405b8c6

Please sign in to comment.