We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67999c0 commit 98127f2Copy full SHA for 98127f2
pom.xml
@@ -123,7 +123,7 @@
123
<executable>bash</executable>
124
<arguments>
125
<argument>-c</argument>
126
- <argument>java -cp ${project.build.directory}/classes com.lzw.solutions.uva.${problem}.Main < src/main/resources/uva/${problem}/1.in</argument>
+ <argument>/opt/homebrew/Cellar/openjdk/24.0.1/bin/java -cp ${project.build.directory}/classes com.lzw.solutions.uva.${problem}.Main <src/main/resources/uva/${problem}/1.in</argument>
127
</arguments>
128
</configuration>
129
</plugin>
0 commit comments