Skip to content

Commit 85ad2a5

Browse files
committed
Merge pull request #1918 from vpavic:polish-build
* pr/1918: Polish build script
2 parents 20f2e23 + 4d86779 commit 85ad2a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,6 @@ configure(rootProject) {
289289
}
290290

291291
wrapper {
292-
description = "Generates gradlew[.bat] scripts"
293-
gradleVersion = '4.8.1'
294-
295292
doLast() {
296293
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"
297294
def gradleBatOpts = "$gradleOpts -XX:MaxHeapSize=256m"

0 commit comments

Comments
 (0)