Skip to content

Commit 51e3c05

Browse files
authored
chore: replace wrapper task with wrapper config (#22)
1 parent 3461804 commit 51e3c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ jacocoTestReport {
117117
}
118118
}
119119

120-
task wrapper(type: Wrapper) {
120+
wrapper {
121121
gradleVersion = '4.9'
122122
}

0 commit comments

Comments
 (0)