8000 Set the gradlew working dir more fully · scijava/pom-scijava@3598b46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3598b46

Browse files
committed
Set the gradlew working dir more fully
For some reason, the CI attempts to run ./gradlew from the directory target/gradle-scijava, rather than gradle-scijava. Let's prepend the ${basedir} to be more explicit about what we want.
1 parent 8dea5e6 commit 3598b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6889,7 +6889,7 @@
68896889
</goals>
68906890
<configuration>
68916891
<executable>./gradlew</executable>
6892-
<workingDirectory>gradle-scijava</workingDirectory>
6892+
<workingDirectory>${basedir}/gradle-scijava</workingDirectory>
68936893
<arguments>
68946894
<argument>--project-cache-dir</argument>
68956895
<argument>../target/gradle/build</argument>

0 commit comments

Comments
 (0)
0