Fixes and closesapple/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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/190
Author: @sgammon
Created: 2/18/2024
Status: 🔄 Open
Base:
main← Head:fix/issue-188📝 Commits (1)
4f6ebfeAdd 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.