:warning: If you use Maven-based bindings server, ...
# github-workflows-kt
p
⚠️ If you use Maven-based bindings server, please read it! ⚠️ As a part of stabilizing the new way of providing type-safe action bindings, we've configured a new domain that should be used in the custom repo's URL:
Copy code
@file:Repository("<https://bindings.krzeminski.it>")
I commit to keeping this URL unchanged (unless I die and thus stop renewing the domain). Some "nicer" domain may appear in the future as an alternative, but this one will still work. Moreover, breaking changes to the server are going to be introduced under a separate URL like
<https://bindings.krzeminski.it/v2>
, and the implicit V1 is still going to work (TBD once it's actually needed). kodee loving Please update your scripts! The old URL (
@file:Repository("<https://github-workflows-kt-bindings.colman.com.br/binding/>")
) will still work until the end of August 2024. Closer to the deadline, I'll probably send some PRs to open-source projects that use it, to help you migrate smoothly.
thanks to @LeoColman for help setting this up and actually hosting the service! 🙂
👋 1
CC @Nikky @Jilles van Gurp
j
👍