Fix inclusion of ktlint for check tasks

This commit is contained in:
Gary Tierney
2018-08-22 23:16:53 +01:00
parent 96e11dfe27
commit ba5ff2b765
5 changed files with 11 additions and 13 deletions
+1
View File
@@ -1,6 +1,7 @@
subprojects { subproj ->
if (subproj.buildFile.exists()) {
apply plugin: 'apollo-plugin'
apply from: "$rootDir/gradle/kotlin.gradle"
test {
useJUnitPlatform()