We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c67d5 commit 9d46af9Copy full SHA for 9d46af9
1 file changed
dd-java-agent/build.gradle
@@ -37,8 +37,7 @@ sourceSets {
37
"main_java11" {
38
java.srcDirs "${project.projectDir}/src/main/java11"
39
}
40
- main.resources.srcDir(includedAgentDir)
41
- main.resources.srcDir(pomPropertiesDir)
+ main.resources.srcDirs(includedAgentDir, pomPropertiesDir)
42
43
44
def java6CompileTask = tasks.named("compileMain_java6Java") {
0 commit comments