We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faa2ca commit b9756dfCopy full SHA for b9756df
settings.gradle
@@ -5,4 +5,5 @@ include ':reactive-streams-examples'
5
6
project(':reactive-streams-api').projectDir = "$rootDir/api" as File
7
project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
8
-project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
+project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
9
+
0 commit comments