Remove version from gradle wrapper definition

It doesn't look like it is doing anything useful but instead it seems
to set version in resulting build jar which is not expected.
This commit is contained in:
Nikolay Martynov 2019-07-16 10:33:07 -04:00
parent 3884cc088e
commit 36487a0456
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ buildScan {
wrapper {
distributionType = Wrapper.DistributionType.ALL
version = '5.5.1'
}
allprojects {