Skip to content

Commit 1c92f5f

Browse files
committed
Ensure we use relative path sensitivity for test cluster distribution
1 parent f5f4ecf commit 1c92f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/java/org/elasticsearch/gradle/testclusters/ElasticsearchNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ private Set<File> getRuntimeClasspath() {
874874
}
875875

876876
@InputFiles
877+
@PathSensitive(PathSensitivity.RELATIVE)
877878
private FileCollection getDistributionFiles() {
878879
return project.fileTree(getExtractedDistributionDir()).minus(project.files(getRuntimeClasspath()));
879880
}

0 commit comments

Comments
 (0)