this is probably not the most stble way to use the...
# github-workflows-kt
n
this is probably not the most stble way to use the dsl:
Copy code
@file:Repository("<https://jitpack.io>")
@file:DependsOn("com.github.nikkyai:github-actions-kotlin-dsl:main-SNAPSHOT")
when merging the jitpack PR i would suggest people to pin their dependency to a commit hash instead of a branch name to avoid the consistency check failing when branch
main
is
moving fast and breaking things
😛
p
anyway, thanks for showing me the awesomeness of JitPack 🙂 I just understood how it works. Won't entirely replace Maven Central due to MC's safety measures to make a given version immutable, but it's a great solution for quick publishing
n
its great for making your own fork and using it directly if the library is able to build on jitpack
🙌 1