We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db13ae commit 354856dCopy full SHA for 354856d
examples/ratpack/build.gradle
@@ -1,3 +1,7 @@
1
+plugins {
2
+ id "org.gradle.java"
3
+}
4
+
5
dependencies {
6
testCompile project(":rxjava-reactive-streams")
7
testCompile "io.ratpack:ratpack-test:0.9.10"
0 commit comments