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

Update to Gradle 8.6 #245

Merged
merged 1 commit into from
Mar 16, 2024
Merged

Update to Gradle 8.6 #245

merged 1 commit into from
Mar 16, 2024

Commits on Mar 15, 2024

  1. Update to Gradle 8.6

    - Fix and clean up the pkl-commons-test build script.
    - Change tests to read test packages/certs directly from
      the file system instead of packaging and reading them
      from the class path, which is both slower and more complicated.
    - Update expected checksums of some test packages.
      (Not sure why they changed.)
    - Fix a conflict between Pkl's and Gradle's
      Kotlin libraries in the pkl-gradle project.
    - Fix build deprecation warnings.
    - Ensure Gradle distribution integrity with `distributionSha256Sum`.
    - Manually verify integrity of Gradle wrapper added by this commit.
    
    Result: `gw clean build buildNative` succeeds with Gradle 8.6.
    
    Hunting down the remaining build deprecation warnings shown
    by `--warning-mode all` is worthwhile but not urgent.
    Most (possibly all) of them are caused by Gradle plugins,
    which I decided not to update in this commit.
    translatenix committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8ee2122 View commit details
    Browse the repository at this point in the history