Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. task testIntegration(type: Test, dependsOn: testClasses) {
  2. group 'Verification'
  3. description 'Runs the integration tests.'
  4. include "**/**IntegrationTest.*"
  5. outputs.upToDateWhen { false }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement