rmuir commented on issue #12012:
URL: https://github.com/apache/lucene/issues/12012#issuecomment-1347377866

   +1
   
   Any difference is in the noise there: 
   ```
   Before: BUILD SUCCESSFUL in 3m 34s
   After: BUILD SUCCESSFUL in 3m 24s
   ```
   
   I did notice all the `spotlessJavaCheck` and `spotlessCheck` tasks were 
ordered after compilation: so e.g. they are running alongside stuff like 
forbidden-apis tasks that also require compilation.
   
   Previously, spotless would run earlier, seemingly in parallel with things 
like compilation tasks. You could easily get unlucky and have `spotless` fail 
before `javac`, especially since lucene-core compilation takes a long time, and 
especially if you enable errorprone.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to