mirror of
https://github.com/corda/corda.git
synced 2025-03-23 04:25:19 +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…
x
Reference in New Issue
Block a user