Skip to content

Commit

Permalink
actually can't include these because the lifecycle doesn't account fo…
Browse files Browse the repository at this point in the history
…r generated files when running checks
  • Loading branch information
evanchooly committed Apr 3, 2024
1 parent 61541dd commit df53e3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
<includes>
<include>src/main/java/**/*.java</include>
<include>src/test/java/**/*.java</include>
<include>target/generated-sources/**/*.java</include>
<include>target/generated-test-sources/**/*.java</include>
</includes>

<eclipse>
Expand All @@ -96,8 +94,6 @@
<includes>
<include>src/main/kotlin/**/*.kt</include>
<include>src/test/kotlin/**/*.kt</include>
<include>target/generated-sources/**/*.kt</include>
<include>target/generated-test-sources/**/*.kt</include>
</includes>
<ktfmt>
<style>KOTLINLANG</style>
Expand Down

0 comments on commit df53e3e

Please sign in to comment.