Skip to content

Commit f8797b8

Browse files
committed
add inter dependency
1 parent c0baeef commit f8797b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ subprojects {
6767
mavenCentral()
6868
}
6969
}
70+
71+
project(':reactive-streams-tck') {
72+
dependencies {
73+
compile project(':reactive-streams-api')
74+
}
75+
}

0 commit comments

Comments
 (0)