mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #210] [MERGED] Update Gradle syntax in docs #447
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/210
Author: @odenix
Created: 2/20/2024
Status: ✅ Merged
Merged: 2/21/2024
Merged by: @bioball
Base:
main← Head:docs-gradle📝 Commits (1)
de84df1Update 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.