Skip to content

Commit

Permalink
delete generated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Feb 23, 2024
1 parent d28affb commit 1d36166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
do
[ -e $i/src/main/java ] && rm -vrf $i/src/main/java
[ -e $i/src/main/kotlin ] && rm -vrf $i/src/main/kotlin
[ -e $i/target/generated-sources/ ] && rm -vrf $i/target/generated-sources/
done
mvn -Dmorphia.version=3.0.0-SNAPSHOT test
working-directory: upgrade-test
Expand Down

0 comments on commit 1d36166

Please sign in to comment.