Commit 4e0a4bf
Keep the Checkstyle configuration out of the jar
src/main/resources is packaged, so the Checkstyle configuration and the
copyright header shipped to everyone who depends on httpbin. Neither is
read at runtime, unlike the logback.xml moved in the previous commit, but
neither belongs in the artifact either.
Move both to src/main/config, as S3Proxy has them, leaving
src/main/resources holding only what the endpoints actually serve.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M5JVWJN7L3NWmcsYvjeCfc1 parent 77b99d4 commit 4e0a4bf
3 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments