Skip to content

Commit b9756df

Browse files
committed
add example project
1 parent 7faa2ca commit b9756df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ include ':reactive-streams-examples'
55

66
project(':reactive-streams-api').projectDir = "$rootDir/api" as File
77
project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
8-
project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
8+
project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
9+

0 commit comments

Comments
 (0)