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:
parent
3884cc088e
commit
36487a0456
|
@ -52,7 +52,6 @@ buildScan {
|
||||||
|
|
||||||
wrapper {
|
wrapper {
|
||||||
distributionType = Wrapper.DistributionType.ALL
|
distributionType = Wrapper.DistributionType.ALL
|
||||||
version = '5.5.1'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
Loading…
Reference in New Issue