Skip to content

Commit 93c4418

Browse files
committed
Fix failing build due to path relative to root module dir rather than project module dir
1 parent 46e9514 commit 93c4418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/gradle-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<id>gradle-integration-test</id>
7676
<phase>prepare-package</phase>
7777
<configuration>
78-
<executable>../gradle/gradlew</executable>
78+
<executable>${project.basedir}/../gradle/gradlew</executable>
7979
<arguments>
8080
<argument>quarkus-build</argument>
8181
<argument>-S</argument>

0 commit comments

Comments
 (0)