You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting 3 artifacts during publishToMavenLocal
allure-scalatest
allure-scalatest_2.12
allure-scalatest_2.13
i think allure-scalatest should not be published.
I understand that compiled sources might be needed for gradle to work properly, but it should not be propagated to the publish step
Hi there,
Yes, nice one, I believe you could also achieve this from cli with `-x` on
the relevant tasks. I will consider adding it to documentation also
Cheers
maybe its only my wrong configuration, but with
I am getting 3 artifacts during
publishToMavenLocal
i think
allure-scalatest
should not be published.I understand that compiled sources might be needed for gradle to work properly, but it should not be propagated to the publish step
you can test this plugin with: https://github.com/atais/allure-java/blob/main/allure-scalatest/build.gradle.kts
The text was updated successfully, but these errors were encountered: