Skip to content

Commit

Permalink
Fix typo in workflow readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Aug 8, 2024
1 parent 1520e8d commit 2ffa401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ We use `@file:Import` to reduce code duplication by having common code in a comm
Unfortunately, this triggers a Kotlin bug where the compilation cache becomes confused
if the imported file is changed without the importing file being changed too.
+
If only the imported file is changed, it could happen that a old version is used,
If only the imported file is changed, it could happen that an old version is used,
or it could also happen that classes added by a `@file:DependsOn` in the imported file
are not available to the importing file. So if there was a change in the imported file,
you either need to also change the importing file, or to properly execute the script,
Expand Down

0 comments on commit 2ffa401

Please sign in to comment.