-
Notifications
You must be signed in to change notification settings - Fork 227
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
Crosscompile allure-scalatest to scala 2.12 & 2.13 #1106
Conversation
@atais, awesome! Please, make sure the scala doc and the sources are published as well (as per Maven Central requirement) |
Unfortunately:
https://github.com/prokod/gradle-crossbuild-scala/blob/master/README.md?plain=1#L22 And I am not sure there is anything that can be done about it |
I'm afraid that Maven Central may not accept the release without the sources & scala doc included. As far as I know, different variants are basically suffixes for the artefact name, and each artefact needs to have sources and docs published. |
@baev I am afraid I am not able to fix it then with the plugin. I know however, that I have removed a lot of your code during that process, which seemed to provide all the items you're mentioning... However my gradle skill is not high enough to fix your solution :-) Maybe you could check it out, it is dated back to 2019 but maybe you'd remember the intention 😄 |
I already did it yesterday (after you created an issue), and I found absolutely no clue how to support cross-builds correctly. The old code from 2019 isn't working either) |
hah, great :D in that case, maybe you could at least hardcode the version to 2.13 so it is being properly published? |
thanks a lot |
fixes #1104
Todo list
Context
https://mvnrepository.com/artifact/io.qameta.allure/allure-scalatest
missing _2.12 and _2.13 suffixes
Checklist