From 25e6f53da16d6a7a955874d5fd62acd58966d962 Mon Sep 17 00:00:00 2001 From: DimuthuMadushan Date: Fri, 17 Nov 2023 17:25:14 +0530 Subject: [PATCH] Update gradle script --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 63529786..dc6c799d 100644 --- a/build.gradle +++ b/build.gradle @@ -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) {