https://kotlinlang.org logo
n

Nikky

03/22/2022, 1:52 PM
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

Piotr Krzemiński

03/23/2022, 8:52 PM
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

Nikky

03/23/2022, 9:09 PM
its great for making your own fork and using it directly if the library is able to build on jitpack
🙌 1
2 Views