Skip to content

Commit

Permalink
Fix license check
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed May 26, 2024
1 parent 36300c8 commit 065cb63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ license {
setHeader(file("HEADER"))
exclude("org.cadixdev.$artifactId.jdt.".replace('.', '/'))
exclude("org/cadixdev/$artifactId/shadow")
exclude("org/cadixdev/mercury/remapper/GenericParametersHotfix.java")
}

val isSnapshot = true
Expand Down
2 changes: 0 additions & 2 deletions src/test/resources/b/Core.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* SPDX-License-Identifier: EPL-2.0
*/



public class Core {

private static final String firstName = "Bob";
Expand Down

0 comments on commit 065cb63

Please sign in to comment.