Skip to content

Commit

Permalink
Move io.projectreactor.addons:reactor-test to io.projectreactor:react…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini authored and smaldini committed May 31, 2017
1 parent 6243b91 commit 1319ce0
Show file tree
Hide file tree
Showing 13 changed files with 7,190 additions and 1 deletion.
14 changes: 14 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,18 @@ project('reactor-core') {
check.dependsOn jacocoTestReport
}

project('reactor-test') {
description = 'Reactor Test support'

dependencies {
compile project(":reactor-core")

testCompile 'junit:junit:4.12'

testCompile "org.hamcrest:hamcrest-library:1.3",
"org.assertj:assertj-core:$assertJVersion",
"org.mockito:mockito-core:$mockitoVersion"
}
}

assemble.dependsOn docsZip
Loading

0 comments on commit 1319ce0

Please sign in to comment.