Преглед изворни кода

another test for build.gradle

Brandon Kiefer пре 8 година
родитељ
комит
b14f3aef3d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      exercises/build.gradle

+ 1
- 0
exercises/build.gradle Прегледај датотеку

@@ -56,6 +56,7 @@ subprojects {
56 56
     // When running the standard test task, make sure we prepopulate the test source set with the
57 57
     // @Ignore-stripped tests.
58 58
     // Insert comment to force change in CI
59
+    // Another comment because CI hit Github API limit
59 60
     test.dependsOn(copyTestsFilteringIgnores)
60 61
   }
61 62