We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eae04 commit 13e201bCopy full SHA for 13e201b
1 file changed
allure-junit5/build.gradle
@@ -13,6 +13,7 @@ dependencies {
13
agent 'org.aspectj:aspectjweaver'
14
15
compile project(':allure-java-commons')
16
+ compile project(':allure-junit-platform')
17
compile('org.junit.jupiter:junit-jupiter-engine')
18
19
testCompile('org.slf4j:slf4j-simple')
@@ -22,7 +23,6 @@ dependencies {
22
23
24
testRuntime('org.junit.jupiter:junit-jupiter-engine')
25
- testCompile project(':allure-junit-platform')
26
testCompile project(':allure-java-commons-test')
27
}
28
0 commit comments