Skip to content

Commit

Permalink
Merge pull request #250 from DimuthuMadushan/main
Browse files Browse the repository at this point in the history
Update Gradle Script
  • Loading branch information
DimuthuMadushan authored Nov 17, 2023
2 parents 7e3fe58 + 25e6f53 commit 8086555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ task directoryBuild {
into file("$artifactLibParent/libs")
}
}

outputs.dir artifactCacheParent
outputs.dir artifactLibParent
doNotTrackState("build needs to run every time")
}

task createArtifactZip(type: Zip) {
Expand Down

0 comments on commit 8086555

Please sign in to comment.