mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Configure Gradle's wrapper task. (#3033)
This commit is contained in:
parent
0a8043ccc4
commit
d039ede537
@ -378,3 +378,8 @@ if(file('corda-docs-only-build').exists() || (System.getenv('CORDA_DOCS_ONLY_BUI
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
wrapper {
|
||||
gradleVersion = "4.4.1"
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user