jira-importer commented on issue #453: URL: https://github.com/apache/maven-indexer/issues/453#issuecomment-2965142203
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented While Maven Indexer runs on Java 1.5, this change made it build-able with Java 1.6 only, since TrueZip library is Java6. Meaning, while running Maven Indexer on Java 1.5, this fix is not usable, since JVM will refuse to load TrueZip classes but the library will work as expected. Build now contains animal sniffer plugin to ensure JVM 1.5 compatibility. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
