mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #610] [MERGED] Fix: make Gradle tests compatible with Gradle 8.1 #637
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/610
Author: @bioball
Created: 8/6/2024
Status: ✅ Merged
Merged: 8/6/2024
Merged by: @bioball
Base:
main← Head:fix-gradle-tests📝 Commits (1)
794c89fFix: make Gradle tests compatible with Gradle 8.1📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
pkl-gradle/src/test/kotlin/org/pkl/gradle/EvaluatorsTest.kt(+3 -3)📄 Description
The tests were using simple Kotlin DSL assignments, a feature only available in Gradle 8.2 and onwards. Thus, they were breaking our tests on Gradle 8.1 (the minimum Gradle version for the pkl-gradle plugin).
Tested locally:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.