From 5a06ffe0c252103f4dbee66fff7f8f10c65dad67 Mon Sep 17 00:00:00 2001 From: Hamid reza Hasani <131310506+h434ni@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:14:23 +0330 Subject: [PATCH] Update README.md (#5126) the mentioned section in the link doesn't exist anymore this is the replacement Describe proposed changes and the issue being fixed Fixes [link to the issue] ## Testing Describe how you tested your changes. If possible and needed: - Test it on a sample project - Write unit tests - Provide a code snippet This should be tested by QA ## Release Notes ### Section - Subsection - Describe a change for adding it to https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md - _(prerelease fix)_ Fix some bug that introduced in a prerelease version (dev/beta). It will be included in a dev/beta changelog, but excluded from a stable changelog ### Section - Subsection - Describe another change if needed --- tutorials/Native_distributions_and_local_execution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Native_distributions_and_local_execution/README.md b/tutorials/Native_distributions_and_local_execution/README.md index ffc91c4904..5081ba4964 100755 --- a/tutorials/Native_distributions_and_local_execution/README.md +++ b/tutorials/Native_distributions_and_local_execution/README.md @@ -62,7 +62,7 @@ The plugin creates the following tasks: Note, that there is no cross-compilation support available at the moment, so the formats can only be built using the specific OS (e.g. to build `.dmg` you have to use macOS). Tasks that are not compatible with the current OS are skipped by default. -* `packageDistributionForCurrentOS` is a [lifecycle](https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:lifecycle_tasks) task, +* `packageDistributionForCurrentOS` is a [lifecycle](https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:task_categories) task, aggregating all package tasks for an application. * `packageUberJarForCurrentOS` is used to create a single jar file, containing all dependencies for current OS. The task is available starting from the M2 release.