Re: Help needed - checkstyle build failing
Stefan Bodewig <[email protected]> Wed, 26 Feb 2025 10:05:12 +0100
| Newsgroups | gmane.comp.jakarta.gump |
|---|---|
| Message-ID | <[email protected]> |
On 2025-02-26, Mark Thomas wrote: > On 25/02/2025 17:14, Mark Thomas wrote: >> On 25/02/2025 16:01, Stefan Bodewig wrote: >>> On 2025-02-25, Stefan Bodewig wrote: >>>> One option may be to build checkstyle before providing "guava" with >>>> separateLocalRepository set to true. This is assuming you want to build >>>> any other project that depend on guava and see whether it breaks and you >>>> don't care if guava updates not currently dependend on break checkstyle. >>> It looks as if checkstyle was the only project that depends on guava so >>> it looks as if you really wanted to verify checkstyle isn't broken by >>> guava updates. >> Thanks for the pointers. I'll take another look with this additional >> information and see if I can get things working. > That seems to have worked (although some other Gremlins are still > causing issues). Great. Stefan