-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Description
We had some problems using the version 3.0.0 of this plugin after the ecent updates. Updating the plugin, downloading that again from the online repository, it seems that the version that before was working now was build with java 17, generating during the build of our project the following error
Execution default of goal org.springframework.boot:spring-boot-maven-plugin:3.0.0:build-info failed: Unable to load the mojo 'build-info' in the plugin 'org.springframework.boot:spring-boot-maven-plugin:3.0.0' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/springframew
ork/boot/maven/BuildInfoMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
This happened since few days ago, so I suppose it is a release related, as 3.0.0 had a recent change in the git repository and in the maven central repository; could this be release problem?
Thanks,
Massimiliano