Skip to content

Commit 5b5f8cc

Browse files
committed
ci: task caching
1 parent 1182130 commit 5b5f8cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ tasks {
9494
println("Downloaded Apache SkyWalking - Java agent")
9595
}
9696
}
97+
98+
inputs.property("skywalkingAgentVersion", skywalkingAgentVersion)
99+
outputs.file(File(buildDir, "agent/apache-skywalking-java-agent-$skywalkingAgentVersion.tgz"))
100+
outputs.cacheIf { true }
97101
}
98102

99103
register("assembleUp") {

0 commit comments

Comments
 (0)