Skip to content

Commit

Permalink
Merge pull request #132 from SageSeekerSociety/chore-fix-cannot-debug
Browse files Browse the repository at this point in the history
chore: fix the problem that cannot debug in idea
  • Loading branch information
Nictheboy authored Dec 8, 2024
2 parents 5208fe7 + 00911c1 commit 2f2bc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
<echo append="true" file="src/main/kotlin/org/rucca/cheese/model/000_IMPORTANT_NOTICE.md">All files in this directory are generated, including this markdown, so DO NOT MODIFY them!${line.separator}${line.separator}</echo>
<echo append="true" file="src/main/kotlin/org/rucca/cheese/model/000_IMPORTANT_NOTICE.md">If you want to modify the API, modify the OpenAPI specification file and run ```./mvnw install``` again.${line.separator}${line.separator}</echo>
<copy file="src/main/kotlin/org/rucca/cheese/model/000_IMPORTANT_NOTICE.md" todir="src/main/kotlin/org/rucca/cheese/api"/>
<delete dir="target/generated-sources/openapi"/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 2f2bc2a

Please sign in to comment.