Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD-4027 Migrate away from promote GCP function #127

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Conversation

elrzn
Copy link
Contributor

@elrzn elrzn commented Dec 4, 2023

No description provided.

@elrzn elrzn requested a review from a team as a code owner December 4, 2023 15:49
Fixes the following error:

```
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.10.0.2594:sonar (default-cli) on project parent: Execution default-cli of goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.10.0.2594:sonar failed: An API incompatibility was encountered while executing org.sonarsource.scanner.maven:sonar-maven-plugin:3.10.0.2594:sonar: java.lang.UnsupportedClassVersionError: org/sonar/batch/bootstrapper/EnvironmentInformation 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
```

Class v61.0 corresponds to JDK17.
@elrzn elrzn marked this pull request as ready for review December 5, 2023 15:39
@elrzn elrzn merged commit c79fdef into master Dec 6, 2023
3 checks passed
@elrzn elrzn deleted the BUILD-4027 branch December 6, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants