why are some alphas pushed to maven central and ot...
# compose-desktop
j
why are some alphas pushed to maven central and others not?
1
🤔 3
i
The current rule of publishing to maven central - we publish all non-dev releases such as
1.1.0
,
1.1.0-rc01
,
1.1.0-alpha01
,
1.1.0-alpha02
. Some dev versions such as
1.1.0-alpha01-dev565
were published manually, when they were needed for some reason (for example, to test how templates/examples work only with maven central repo). Probably in the future, dev versions will only be available in
space
maven repo, and we will be publishing intermediate 1.1.0-alphaXX.
👍 1
👍🏻 1
🙏 1
1.2.0-beta01 is in maven central
j
Thank you! I have a tool which notifies me of new versions and immediately jumped on it and updated our repos.