Skip to content

Commit

Permalink
Remove all wrapper tasks from samples
Browse files Browse the repository at this point in the history
These are not required and even an error with recent Gradle versions.
  • Loading branch information
ljacomet committed May 4, 2020
1 parent ec45a61 commit 2ff8422
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ def getTestFile = { fileName ->
}

apply from: getTestFile("${testName}.gradle")

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ def getTestFile = { fileName ->
}

apply from: getTestFile("${testName}.gradle")

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
}

0 comments on commit 2ff8422

Please sign in to comment.