Skip to content

Commit

Permalink
Update GradleDownloader.java
Browse files Browse the repository at this point in the history
changed gradle version aswell
  • Loading branch information
Horstexplorer committed Jul 27, 2020
1 parent e6f89ee commit 7bb02e9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ public class GradleDownloader
{
public static final File GRADLE_DIR = new File("gradle-cache/");

public static final String GRADLE_VERSION = "4.10.2";
public static final String GRADLE_VERSION = "6.5";

public static final File GRADLE_ZIP = new File(GradleDownloader.GRADLE_DIR, "gradle-" + GradleDownloader.GRADLE_VERSION + "-bin.zip");

Expand Down

0 comments on commit 7bb02e9

Please sign in to comment.