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

[CALCITE-6174] Upgrade gradle from 7.6.1 to 8.7 #3591

Closed
wants to merge 1 commit into from

Commits on May 24, 2024

  1. [CALCITE-6174] Upgrade gradle from 7.6.1 to 8.7

    Gradle wrapper task is removed since now
    for the same functionality there could be used
    `./gradlew wrapper --gradle-version=<new_gradle_version> --gradle-distribution-sha256-sum=<distribution-sum>`
    
    Dependencies bumped
    gradle rat plugin from 0.7.0 to 0.8.1
    jmh plugin from 0.5.3 to 0.7.2
    jacoco from 0.8.10 to 0.8.12
    kotlin from 1.7.10 to 1.9.22
    
    sonarplugin version to use in sonarqube is now 4.4.1.3373
    We still need to keep 3.x version in gradle.properties
    to make it compilable with jdk8
    snuyanzin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2f7fcbd View commit details
    Browse the repository at this point in the history