Skip to content

Commit

Permalink
switch license plugin off and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Dec 15, 2024
1 parent f39452f commit 22dd0c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<goals>
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
<phase>process-sources-off</phase>
</execution>
</executions>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ public void test3() {
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
/**
*
*/
public class MyTest {
@Test
Expand Down

0 comments on commit 22dd0c7

Please sign in to comment.