[PR #106] [MERGED] Fix docs pointing to wrong maven repo #415

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/106
Author: @bioball
Created: 2/10/2024
Status: Merged
Merged: 2/12/2024
Merged by: @bioball

Base: mainHead: fix-maven-repo


📝 Commits (1)

  • ab9e05f Fix docs pointing to wrong maven repo

📊 Changes

7 files changed (+71 additions, -32 deletions)

View changed files

📝 docs/modules/java-binding/pages/codegen.adoc (+11 -5)
📝 docs/modules/java-binding/pages/pkl-config-java.adoc (+13 -4)
📝 docs/modules/kotlin-binding/pages/codegen.adoc (+10 -4)
📝 docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc (+11 -5)
📝 docs/modules/pkl-core/pages/index.adoc (+11 -5)
📝 docs/modules/pkl-doc/pages/index.adoc (+11 -5)
📝 docs/modules/pkl-gradle/pages/index.adoc (+4 -4)

📄 Description

  • Use mavenCentral() if release version
  • Use sonatype if snapshot version

🔄 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/106 **Author:** [@bioball](https://github.com/bioball) **Created:** 2/10/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-maven-repo` --- ### 📝 Commits (1) - [`ab9e05f`](https://github.com/apple/pkl/commit/ab9e05ff8952163322e7f48d979a9f0001ddec45) Fix docs pointing to wrong maven repo ### 📊 Changes **7 files changed** (+71 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/java-binding/pages/codegen.adoc` (+11 -5) 📝 `docs/modules/java-binding/pages/pkl-config-java.adoc` (+13 -4) 📝 `docs/modules/kotlin-binding/pages/codegen.adoc` (+10 -4) 📝 `docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc` (+11 -5) 📝 `docs/modules/pkl-core/pages/index.adoc` (+11 -5) 📝 `docs/modules/pkl-doc/pages/index.adoc` (+11 -5) 📝 `docs/modules/pkl-gradle/pages/index.adoc` (+4 -4) </details> ### 📄 Description * Use `mavenCentral()` if release version * Use `sonatype` if snapshot version --- <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:22 +01:00
adam closed this issue 2025-12-30 01:24:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#415