adityamparikh commented on PR #6:
URL: https://github.com/apache/solr-mcp/pull/6#issuecomment-3462406253

   > I am getting this error on running `./gradlew jibDockerBuild`....   I am 
on an older mac with Intel chip:
   > 
   > 
   > 
   > ```
   > 
   > ➜  solr-mcp git:(pr/6) ✗ ./gradlew jibDockerBuild
   > 
   > > Task :jibDockerBuild FAILED
   > 
   > 
   > 
   > [Incubating] Problems report is available at: 
file:///Users/epugh/Documents/projects/solr-mcp/build/reports/problems/problems-report.html
   > 
   > 
   > 
   > FAILURE: Build failed with an exception.
   > 
   > 
   > 
   > * What went wrong:
   > 
   > Execution failed for task ':jibDockerBuild'.
   > 
   > > Check the full stace trace, and if the root cause is from ASM 
ClassReader about unsupported class file version, see 
https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#i-am-seeing-unsupported-class-file-major-version-when-building
   > 
   > 
   > 
   > * Try:
   > 
   > > Run with --stacktrace option to get the stack trace.
   > 
   > > Run with --info or --debug option to get more log output.
   > 
   > > Run with --scan to generate a Build Scan (Powered by Develocity).
   > 
   > > Get more help at https://help.gradle.org.
   > 
   > 
   > 
   > Deprecated Gradle features were used in this build, making it incompatible 
with Gradle 10.
   > 
   > 
   > 
   > You can use '--warning-mode all' to show the individual deprecation 
warnings and determine if they come from your own scripts or plugins.
   > 
   > 
   > 
   > For more on this, please refer to 
https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.
   > 
   > 
   > 
   > BUILD FAILED in 3s
   > 
   > 3 actionable tasks: 1 executed, 2 up-to-date
   > 
   > ➜  solr-mcp git:(pr/6) ✗ java --version
   > 
   > openjdk 25.0.1 2025-10-21 LTS
   > 
   > OpenJDK Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS)
   > 
   > 
   > 
   > ```
   
   I can't try this at this moment but I had downgraded to jdk 21 since jib 
support was not added for jdk 25 but the latest 3.4.7 version should have it 
https://github.com/GoogleContainerTools/jib/compare/v3.4.5-gradle...v3.4.7-gradle


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to