We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcaeeb commit 9b7972fCopy full SHA for 9b7972f
1 file changed
dd-java-agent/build.gradle
@@ -122,7 +122,7 @@ def generalShadowJarConfig(ShadowJar shadowJarTask) {
122
}
123
124
def includeShadowJar(TaskProvider<ShadowJar> includedShadowJarTask, String agentDir, Provider<Directory> includedAgentDir) {
125
- project.tasks.register("expandAgentShadowJar${agentDir.capitalize()}", Copy) {
+ project.tasks.register("expandAgentShadowJar${agentDir.capitalize()}", Sync) {
126
group = LifecycleBasePlugin.BUILD_GROUP
127
description = "Expand the included shadow jar into the agent jar under ${agentDir}"
128
0 commit comments