Skip to content

Commit

Permalink
Fix initial states and invoker command
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 11, 2025
1 parent c110f26 commit c9a0021
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
invoker.goals=license:format -Dlicense.licenseSets.licenseSet.includes=src/main/java/com/mycila/it/Unformatted2.java
invoker.goals=license:format -Dlicense.licenseSets[0].includes=src/main/java/com/mycila/it/Unformatted2.java -Dlicense.licenseSets[1].includes=src/main/java/com/mycila/it/Unformatted2.java -Dlicense.licenseSets[2].includes=src/main/java/com/mycila/it/Unformatted2.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* This is the 1st
* mock license
*/
package com.mycila.it;

public class Unformatted1 {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* This is the 3rd
* mock license
*/
package com.mycila.it;

public class Unformatted3 {
Expand Down

0 comments on commit c9a0021

Please sign in to comment.