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

Commits on Dec 4, 2023

  1. BUILD-4027 Migrate away from promote GCP function

    Eric Lorenzana committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fbf067d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. BUILD-4027 Bump JDK version to 17

    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.
    Eric Lorenzana committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    996e423 View commit details
    Browse the repository at this point in the history