Skip to content

Commit 354856d

Browse files
committed
Add missing plugin after Gradle/plugins version change.
1 parent 3db13ae commit 354856d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/ratpack/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugins {
2+
id "org.gradle.java"
3+
}
4+
15
dependencies {
26
testCompile project(":rxjava-reactive-streams")
37
testCompile "io.ratpack:ratpack-test:0.9.10"

0 commit comments

Comments
 (0)