Skip to content

Commit 98127f2

Browse files
committed
fix(pom): update java path in exec plugin config
1 parent 67999c0 commit 98127f2

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
@@ -123,7 +123,7 @@
123123
<executable>bash</executable>
124124
<arguments>
125125
<argument>-c</argument>
126-
<argument>java -cp ${project.build.directory}/classes com.lzw.solutions.uva.${problem}.Main &lt; src/main/resources/uva/${problem}/1.in</argument>
126+
<argument>/opt/homebrew/Cellar/openjdk/24.0.1/bin/java -cp ${project.build.directory}/classes com.lzw.solutions.uva.${problem}.Main &lt;src/main/resources/uva/${problem}/1.in</argument>
127127
</arguments>
128128
</configuration>
129129
</plugin>

0 commit comments

Comments
 (0)