Explorar el Código

Revert "test change build.gradle file to break CI"

This reverts commit 58ed692a57b235d3ab3f8bb68e9375287eff8e47.
Brandon Kiefer hace 8 años
padre
commit
7e48b102c8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      exercises/build.gradle

+ 0
- 1
exercises/build.gradle Ver fichero

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
59
     test.dependsOn(copyTestsFilteringIgnores)
58
     test.dependsOn(copyTestsFilteringIgnores)
60
   }
59
   }
61
 
60