Vladimir Sitnikov
Vladimir Sitnikov
The relevant line in 7.5.1 is https://github.com/gradle/gradle/blob/v7.5.1/subprojects/core/src/main/java/org/gradle/execution/plan/LocalTaskNode.java#L134, so it is probably connected with `mustRunAfter`.
The culprit is https://github.com/allure-framework/allure-gradle/blob/1d1b0583e319e4f069f0d327bcd7b0c66646c021/allure-base-plugin/src/main/kotlin/io/qameta/allure/gradle/base/tasks/AllureExecTask.kt#L71
I've filed https://github.com/gradle/gradle/issues/21962 for Gradle team to analyze, however, I do not see a relevant workaround. I am afraid what we can do at allure-gradle side right now is to...
This looks like a Gradle issue to me. The relevant line is https://github.com/allure-framework/allure-gradle/blob/dd789d04c6aaef913c60f0e114c6ca7f93beba05/allure-adapter-plugin/src/main/kotlin/io/qameta/allure/gradle/adapter/AllureAdapterBasePlugin.kt#L72
As far as I remember, Allure Jenkins plugin expects the results in a hard-coded folder, so if allure produces multiple folders with results, then Jenkins plugin won't work. I guess...
Hi, I believe https://github.com/allure-framework/allure-gradle/pull/61 fixes the issue as the plugin no longer adds dependencies to `testCompile`, and it should handle the absence of `test` sourceSet. Please feel free to try...
Resolved in #61
I'm sorry, I have already rewritten everything to Kotlin and implemented this (and many other) features. I see no reason to file pull requests provided you want to stick with...
shipkit does not support Gradle 6 yet: https://github.com/mockito/shipkit/issues/876
This PR adds per-task result and report directories: https://github.com/allure-framework/allure-gradle/pull/61 Please feel free to try it and provide feedback