ソースを参照

test change build.gradle file to break CI

Brandon Kiefer 8 年 前
コミット
58ed692a57
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      exercises/build.gradle

+ 1
- 0
exercises/build.gradle ファイルの表示

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