Skip to content

Commit 5a06ffe

Browse files
authored
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 <!-- Optional --> Fixes [link to the issue] ## Testing <!-- Optional --> Describe how you tested your changes. If possible and needed: - Test it on a sample project - Write unit tests - Provide a code snippet <!-- Optional --> This should be tested by QA ## Release Notes <!-- Optional, if omitted - won't be included in the changelog Sections: - Highlights - Known issues - Breaking changes - Features - Fixes Subsections: - Multiple Platforms - iOS - Desktop - Web - Resources - Gradle Plugin --> ### 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
1 parent 6dbe547 commit 5a06ffe

File tree

1 file changed

+1
-1
lines changed
  • tutorials/Native_distributions_and_local_execution

1 file changed

+1
-1
lines changed

tutorials/Native_distributions_and_local_execution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The plugin creates the following tasks:
6262
Note, that there is no cross-compilation support available at the moment,
6363
so the formats can only be built using the specific OS (e.g. to build `.dmg` you have to use macOS).
6464
Tasks that are not compatible with the current OS are skipped by default.
65-
* `packageDistributionForCurrentOS` is a [lifecycle](https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:lifecycle_tasks) task,
65+
* `packageDistributionForCurrentOS` is a [lifecycle](https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:task_categories) task,
6666
aggregating all package tasks for an application.
6767
* `packageUberJarForCurrentOS` is used to create a single jar file, containing all dependencies for current OS.
6868
The task is available starting from the M2 release.

0 commit comments

Comments
 (0)