Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: aeaa5e06e3aef48ef21b6c7c30ca48b4f88a06bf
      
https://github.com/jenkinsci/jenkins/commit/aeaa5e06e3aef48ef21b6c7c30ca48b4f88a06bf
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Disable spotless groovy formatting (#7975)

There was an outage in eclipse infrastructure causing unnecessary build
issues.

The plugin was accessing
https://download.eclipse.org/eclipse/updates/4.26/ which was returning a
HTTP 502 error, and it was then throwing
org.tukaani.xz.XZFormatException: Input is not in the XZ format because
it was downloading an html file with the http 502 error.

The spotless plugin should not bring dependencies from 3rd party
websites that can't be mirrored in the jenkins infrastructure.

https://github.com/diffplug/spotless/issues/1697 is recording the
problem on spotless side, but until then, getting stable builds
outweights the benefit from formatting groovy files


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/86a9d0-aeaa5e%40github.com.

Reply via email to