-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update dependency it.krzeminski:snakeyaml-engine-kmp to v3.1.1 #654
deps: update dependency it.krzeminski:snakeyaml-engine-kmp to v3.1.1 #654
Conversation
58703fb
to
f957025
Compare
dfa1c1a
to
4d93a83
Compare
4d93a83
to
ba2b300
Compare
908fbf3
to
50c0eb3
Compare
1e53222
to
ab85c28
Compare
We need to fix our publishing logic in snakeyaml-engine-kmp, see https://youtrack.jetbrains.com/issue/KT-74871/KN-NoSuchFileException-default-targets-linuxx64-kotlin-with-snakeyaml-engine-kmp-3.1.0#focus=Comments-27-11510364.0-0. It will be faster this way, instead of waiting for the bug in Kotlin to be resolved |
@aSemy I'm wondering if you have capacity to fix this issue in an elegant, Gradle-sque way, per the comment in the YouTrack ticket? |
Just delete the |
Ok, I'm just not aware of what can break by this change (I assume |
Released snakeyaml-engine-kmp 3.1.1 with a fix for this issue. |
ab85c28
to
aa951c6
Compare
🎉 This PR is included in version 0.72.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Basically, I added it because usually directories aren't important (it's unusual that they are for KMP), and usually Copy tasks just move files from one directory to another. For example, if a foo.zip file contains It's also unusual that KGP didn't have a custom task for unzipping the files, and just used a Zip task (for plugin development it often pays off to be defensive and create your own tasks to avoid misconfiguration like this!) |
This PR contains the following updates:
3.0.3
->3.1.1
Release Notes
krzema12/snakeyaml-engine-kmp (it.krzeminski:snakeyaml-engine-kmp)
v3.1.1
: 3.1.1Corresponds to snakeyaml-engine 2.9.
What's Changed
Customer-facing
Internal
Full Changelog: krzema12/snakeyaml-engine-kmp@v3.1.0...v3.1.1
v3.1.0
: 3.1.0Corresponds to snakeyaml-engine 2.8, with a few extra changes not released there yet.
What's Changed
Customer-facing
Internal
Full Changelog: krzema12/snakeyaml-engine-kmp@v3.0.3...v3.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.