Просмотр исходного кода

test change build.gradle file to break CI

Brandon Kiefer 8 лет назад
Родитель
Сommit
58ed692a57
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      exercises/build.gradle

+ 1
- 0
exercises/build.gradle Просмотреть файл

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