소스 검색

another test for build.gradle

Brandon Kiefer 8 년 전
부모
커밋
b14f3aef3d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      exercises/build.gradle

+ 1
- 0
exercises/build.gradle 파일 보기

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
     // Insert comment to force change in CI
59
+    // Another comment because CI hit Github API limit
59
     test.dependsOn(copyTestsFilteringIgnores)
60
     test.dependsOn(copyTestsFilteringIgnores)
60
   }
61
   }
61
 
62