[PR #190] Add summaries and groups to Gradle tasks #441

Open
opened 2025-12-30 01:24:29 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/190
Author: @sgammon
Created: 2/18/2024
Status: 🔄 Open

Base: mainHead: fix/issue-188


📝 Commits (1)

  • 4f6ebfe Add summaries and groups to gradle tasks

📊 Changes

2 files changed (+50 additions, -1 deletions)

View changed files

📝 pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java (+12 -1)
pkl-gradle/src/main/java/org/pkl/gradle/TaskConstants.java (+38 -0)

📄 Description

Fixes and closes apple/pkl#188 by adding task names and groups to major Pkl Gradle Plugin tasks. I would love advice from library authors that these are the right tasks to expose to users.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/190 **Author:** [@sgammon](https://github.com/sgammon) **Created:** 2/18/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/issue-188` --- ### 📝 Commits (1) - [`4f6ebfe`](https://github.com/apple/pkl/commit/4f6ebfea487d48c40c803846139a3f218b4df836) Add summaries and groups to gradle tasks ### 📊 Changes **2 files changed** (+50 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java` (+12 -1) ➕ `pkl-gradle/src/main/java/org/pkl/gradle/TaskConstants.java` (+38 -0) </details> ### 📄 Description Fixes and closes apple/pkl#188 by adding task names and groups to major Pkl Gradle Plugin tasks. I would love advice from library authors that these are the right tasks to expose to users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#441