Skip to content

Commit

Permalink
Really fix mainClass
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima committed Aug 13, 2018
1 parent 4c2d3a8 commit ab2fdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-mvn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</execution>
</executions>
<configuration>
<mainClass>com.gradescope.autograder_test.RunTests</mainClass>
<mainClass>com.gradescope.intlist.tests.RunTests</mainClass>
<arguments>
</arguments>
</configuration>
Expand Down

0 comments on commit ab2fdf6

Please sign in to comment.