Exception : java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene410' does not exist
问题 I work with a multi-module gradle project (12 modules). I inherited the project and I need to update the versions of some libraries used in it. I can’t understand the cause of this error: ... 67 more Caused by: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene410' does not exist. You need to add the corresponding JAR file supporting this SPI to your classpath. The current classpath supports the following names: [Lucene54] at org.apache