Skip to content

Commit

Permalink
Fix useJUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Feb 16, 2022
1 parent d9a1b0e commit 25d0a8c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Chapter05/sample4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tasks.register('acceptanceTest', Test) {
}

test {
useJUnitPlatform()
exclude '**/acceptance/**'
}

Expand Down
1 change: 0 additions & 1 deletion Chapter06/sample6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tasks.register('acceptanceTest', Test) {
}

test {
useJUnitPlatform()
exclude '**/acceptance/**'
}

Expand Down
1 change: 0 additions & 1 deletion Chapter07/sample5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tasks.register('acceptanceTest', Test) {
}

test {
useJUnitPlatform()
exclude '**/acceptance/**'
}

Expand Down
1 change: 0 additions & 1 deletion Chapter08/sample1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tasks.register('acceptanceTest', Test) {
}

test {
useJUnitPlatform()
exclude '**/acceptance/**'
}

Expand Down

0 comments on commit 25d0a8c

Please sign in to comment.