[PR #210] [MERGED] Update Gradle syntax in docs #447

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/210
Author: @odenix
Created: 2/20/2024
Status: Merged
Merged: 2/21/2024
Merged by: @bioball

Base: mainHead: docs-gradle


📝 Commits (1)

  • de84df1 Update Gradle syntax in docs

📊 Changes

6 files changed (+12 additions, -12 deletions)

View changed files

📝 docs/modules/java-binding/pages/codegen.adoc (+2 -2)
📝 docs/modules/java-binding/pages/pkl-config-java.adoc (+2 -2)
📝 docs/modules/kotlin-binding/pages/codegen.adoc (+2 -2)
📝 docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc (+2 -2)
📝 docs/modules/pkl-core/pages/index.adoc (+2 -2)
📝 docs/modules/pkl-doc/pages/index.adoc (+2 -2)

📄 Description

Replace the legacy "compile" scope with "implementation". This matches Maven Central's recommended syntax:
https://central.sonatype.com/artifact/org.pkl-lang/pkl-core


🔄 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/210 **Author:** [@odenix](https://github.com/odenix) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `docs-gradle` --- ### 📝 Commits (1) - [`de84df1`](https://github.com/apple/pkl/commit/de84df1f94614a6f25edb923b37fbb378780d3bf) Update Gradle syntax in docs ### 📊 Changes **6 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/java-binding/pages/codegen.adoc` (+2 -2) 📝 `docs/modules/java-binding/pages/pkl-config-java.adoc` (+2 -2) 📝 `docs/modules/kotlin-binding/pages/codegen.adoc` (+2 -2) 📝 `docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc` (+2 -2) 📝 `docs/modules/pkl-core/pages/index.adoc` (+2 -2) 📝 `docs/modules/pkl-doc/pages/index.adoc` (+2 -2) </details> ### 📄 Description Replace the legacy "compile" scope with "implementation". This matches Maven Central's recommended syntax: https://central.sonatype.com/artifact/org.pkl-lang/pkl-core --- <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:32 +01:00
adam closed this issue 2025-12-30 01:24:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#447