Author: centic
Date: Sun Jun 15 13:40:07 2025
New Revision: 1926442
URL: http://svn.apache.org/viewvc?rev=1926442&view=rev
Log:
Revert spotbugs to keep compatible with JDK 8
Modified:
poi/trunk/build.gradle
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1926442&r1=1926441&r2=1926442&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Jun 15 13:40:07 2025
@@ -34,7 +34,7 @@ plugins {
id 'com.dorongold.task-tree' version '4.0.1'
id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
- id 'com.github.spotbugs' version '6.2.0'
+ id 'com.github.spotbugs' version '6.1.13' // 6.2.0+ requires JDK 11
id 'de.thetaphi.forbiddenapis' version '3.9'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '2.3.1'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]