We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1182130 commit 5b5f8ccCopy full SHA for 5b5f8cc
build.gradle.kts
@@ -94,6 +94,10 @@ tasks {
94
println("Downloaded Apache SkyWalking - Java agent")
95
}
96
97
+
98
+ inputs.property("skywalkingAgentVersion", skywalkingAgentVersion)
99
+ outputs.file(File(buildDir, "agent/apache-skywalking-java-agent-$skywalkingAgentVersion.tgz"))
100
+ outputs.cacheIf { true }
101
102
103
register("assembleUp") {
0 commit comments