Skip to content

Commit

Permalink
attempting to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed May 8, 2024
1 parent 6ded415 commit bc59e0b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6846,17 +6846,17 @@
</arguments>
</configuration>
</execution>
<execution>
<id>ls</id>
<phase>generate-sources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>ls</executable>
<workingDirectory>${basedir}/gradle-scijava</workingDirectory>
</configuration>
</execution>
<!-- <execution>-->
<!-- <id>ls</id>-->
<!-- <phase>generate-sources</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <executable>ls</executable>-->
<!-- <workingDirectory>${basedir}/gradle-scijava</workingDirectory>-->
<!-- </configuration>-->
<!-- </execution>-->
</executions>
</plugin>
<!-- https://www.mojohaus.org/exec-maven-plugin/exec-mojo.html -->
Expand Down

0 comments on commit bc59e0b

Please sign in to comment.