fix(allure-scalatest): cross-build for scala 2.12 and 2.13 by baev · Pull Request #1107 · allure-framework/allure-java

@baev

@baev baev mentioned this pull request

Jul 30, 2024

9 tasks

@baev

@atais

Great job! Thanks for fixing the missing parts!

🎆 🍾

please, dont forget to release the fixed scalatest version asap 😉

I will cancel my PR and this ultimately fixes #1104

This was referenced

Jul 30, 2024

@baev baev deleted the atais-main branch

July 31, 2024 12:00

@prokod

I have created a test similar to this PR to try and achieve the same, having <name>_2.13-<version>-<classifier> and I was not able. So currently scala cross compiling documentation stating limitation for creating scaladoc, sources for the crossed compiled artifacts still stands

@baev

@prokod

@baev with the additional code changes it makes now sense. Thx for pointing me to that.