Skip to content

Commit

Permalink
Build cache - Avoid hardcoded path in generated test file
Browse files Browse the repository at this point in the history
(cherry picked from commit 5727c2d)
  • Loading branch information
gsmet committed Nov 20, 2023
1 parent a2d817f commit ef18b91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<groupId>io.quarkus</groupId>
<artifactId>integration-test-extension-that-defines-junit-test-extensions</artifactId>
<version>${quarkus.version}</version>
<scope>test</scope>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down Expand Up @@ -109,7 +109,7 @@
</goals>
<configuration>
<systemPropertyVariables>
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
<native.image.path>\${project.build.directory}/\${project.build.finalName}-runner</native.image.path>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>\${maven.home}</maven.home>
</systemPropertyVariables>
Expand Down

0 comments on commit ef18b91

Please sign in to comment.