Skip to content

Commit

Permalink
Merge pull request #37433 from gsmet/native-its
Browse files Browse the repository at this point in the history
Build cache - Include the native executable -runner in failsafe input
  • Loading branch information
gsmet authored Dec 4, 2023
2 parents 301136e + 25d0eb0 commit 0c1ef3a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,23 @@
</fileSets>
</inputs>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<inputs>
<fileSets combine.children="append">
<fileSet>
<name>native-runner</name>
<paths>
<path>${project.build.directory}</path>
</paths>
<includes>
<include>*-runner</include>
</includes>
<normalization>RELATIVE_PATH</normalization>
</fileSet>
</fileSets>
</inputs>
</plugin>
</plugins>
</gradleEnterprise>
</configuration>
Expand Down

0 comments on commit 0c1ef3a

Please sign in to comment.