Re: Spotless is annoying

2023-09-04 Thread Gary Gregory
Or git does it on check out and I need to re-checkout the whole thing. Gaty On Mon, Sep 4, 2023, 1:18 AM Ralph Goers wrote: > I suspect the problem here is the settings being used in Gary’s IDE. I > know IntelliJ has a similar feature to convert line endings to what is > appropriate for the env

Re: Spotless is annoying

2023-09-03 Thread Ralph Goers
I suspect the problem here is the settings being used in Gary’s IDE. I know IntelliJ has a similar feature to convert line endings to what is appropriate for the environment. Ralph > On Sep 1, 2023, at 8:21 AM, Piotr P. Karwasz wrote: > > Hi Gary, > > On Fri, 1 Sept 2023 at 14:19, Gary D. Gr

Re: Spotless is annoying

2023-09-01 Thread Gary Gregory
That did not help but this sure does: -Dspotless.check.skip=true Gary On Fri, Sep 1, 2023 at 1:29 PM Gary Gregory wrote: > Ah! Excellent news, I'll give it a go. > > Gary > > On Fri, Sep 1, 2023, 11:21 AM Piotr P. Karwasz > wrote: > >> Hi Gary, >> >> On Fri, 1 Sept 2023 at 14:19, Gary D. Grego

Re: Spotless is annoying

2023-09-01 Thread Gary Gregory
Ah! Excellent news, I'll give it a go. Gary On Fri, Sep 1, 2023, 11:21 AM Piotr P. Karwasz wrote: > Hi Gary, > > On Fri, 1 Sept 2023 at 14:19, Gary D. Gregory wrote: > > > > How is this possible now that we use spotless in 2.x: > > It's a CRLF vs LF problem. About 6 months ago[1] I added a > `

Re: Spotless is annoying

2023-09-01 Thread Piotr P. Karwasz
Hi Gary, On Fri, 1 Sept 2023 at 14:19, Gary D. Gregory wrote: > > How is this possible now that we use spotless in 2.x: It's a CRLF vs LF problem. About 6 months ago[1] I added a `.gitattributes` file[2] that forces line endings as LF also on Windows. This should solve two problems: * approach

Spotless is annoying

2023-09-01 Thread Gary D. Gregory
How is this possible now that we use spotless in 2.x: mvn clean install -pl log4j-api,log4j-core -DskipTests [INFO] [INFO] Reactor Summary for Apache Log4j API 2.20.1-SNAPSHOT: [INFO] [INFO] Apache Log4j API