Skip to content

Commit

Permalink
Revert "Filter IDE deploy info by path"
Browse files Browse the repository at this point in the history
This reverts commit 176c43e.
  • Loading branch information
liucijus authored and WixBuildServer committed Dec 28, 2023
1 parent 61f2378 commit 3eda1b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void reportBuildComplete(BlazeBuildOutputs blazeBuildOutputs) throws GetArtifact
deployInfoArtifacts.clear();
deployInfoArtifacts.addAll(
buildArtifacts.stream()
.filter(a -> a.getRelativePath().endsWith(".intellij-plugin-debug-target-deploy-info"))
.filter(a -> a.toString().endsWith(".intellij-plugin-debug-target-deploy-info"))
.collect(toImmutableList()));
}

Expand Down

0 comments on commit 3eda1b2

Please sign in to comment.