Skip to content

Commit ebabbe4

Browse files
Build: customize wrapper task instead of creating own (deprecated).
1 parent b2c3d39 commit ebabbe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ task verifyVersion {
159159
}
160160
}
161161

162-
task wrapper(type: Wrapper) {
163-
group 'build setup'
162+
wrapper {
164163
distributionType = Wrapper.DistributionType.ALL
165164
}

0 commit comments

Comments
 (0)