Fixed Gradle wrappers.
This commit is contained in:
parent
92ce560dea
commit
0cd0b5bca5
6 changed files with 261 additions and 9 deletions
|
@ -13,8 +13,4 @@ dependencies {
|
|||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '4.8'
|
||||
}
|
|
@ -17,9 +17,4 @@ application {
|
|||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
task<Wrapper>("wrapper") {
|
||||
gradleVersion = "4.8"
|
||||
distributionType = DistributionType.ALL
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue