allure-gradle icon indicating copy to clipboard operation
allure-gradle copied to clipboard

Plugin not work in gradle 5.1+

Open admizh opened this issue 6 years ago • 1 comments
trafficstars

https://github.com/allure-framework/allure-gradle/blob/3ed5c24dc6959dde5326cdb8fe9b3959195334bd/src/main/groovy/io/qameta/allure/gradle/task/AllureReport.groovy#L8

for Gradle 5.0 the internal class org.gradle.api.internal.ClosureBackedAction has been moved to org.gradle.util.ClosureBackedAction: https://github.com/gradle/gradle/issues/8026

admizh avatar Apr 10 '19 19:04 admizh

This PR adds Gradle 5.0...7.0 compatibility: https://github.com/allure-framework/allure-gradle/pull/61

Please feel free to try it and provide feedback

vlsi avatar Apr 27 '21 15:04 vlsi

Fixed in #61

vlsi avatar Sep 14 '22 20:09 vlsi