mirror of
https://github.com/apple/pkl.git
synced 2026-03-01 21:57:43 +01:00
[PR #910] [MERGED] Upgrade gradle to 8.12.1 (from 8.12) and fix some build warnings #797
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/910
Author: @KushalP
Created: 1/27/2025
Status: ✅ Merged
Merged: 1/28/2025
Merged by: @bioball
Base:
main← Head:gradle-8.12.1📝 Commits (4)
2e18005Upgradegradleto8.12.1(from8.12)b824ad2Returntasks.registerastasks.createis deprecatedeecac7fUse property accessor.filesinstead of function.files()56ecbebReturntasks.registeringastasks.creatingis deprecated📊 Changes
4 files changed (+9 additions, -9 deletions)
View changed files
📝
buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts(+3 -3)📝
gradle/wrapper/gradle-wrapper.properties(+2 -2)📝
pkl-executor/pkl-executor.gradle.kts(+2 -2)📝
pkl-tools/pkl-tools.gradle.kts(+2 -2)📄 Description
Upgrade gradle to 8.12.1 (from 8.12)
Command used:
Release notes: https://docs.gradle.org/8.12.1/release-notes.html
Return tasks.register as tasks.create is deprecated
Fixes the following warning:
Use property accessor .files instead of function .files()
Fixes warning:
Return
tasks.registeringastasks.creatingis deprecatedFixes the following warning:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.