Edvinas01 / meme-grid

A grid for memes
MIT License
9 stars 9 forks source link

Changed gradle_wrapper.jar to version 5.6.2,version in gradle wrapper property distributionURL,version in build.gradle to 5.6.2 #37

Closed sumanismcse closed 4 years ago

Edvinas01 commented 4 years ago

Sadly https://github.com/Edvinas01/meme-grid/pull/36 was before you... I'd suggest before doing a PR to make a comment on the issue first, this way you wont have race conditions :D

However thanks anyway! One thing though, this will not work in latest release:

task wrapper(type: Wrapper) {
    gradleVersion = '5.6.2'
}

In latest Gradle version you have to use the wrapper {} block.

Edvinas01 commented 4 years ago

Ah, you actually did mention it. Sorry, long morning...