From a76545d600efcd6baea1d4e170fc8360382588c4 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 9 Jul 2020 15:41:58 +0200 Subject: Update to Gradle 6.5.1 This commit updates the Gradle wrapper to version 6.5.1 to address some of the issues we were having when importing the project. --- simulator/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'simulator/build.gradle.kts') diff --git a/simulator/build.gradle.kts b/simulator/build.gradle.kts index 90f43749..4775369b 100644 --- a/simulator/build.gradle.kts +++ b/simulator/build.gradle.kts @@ -30,7 +30,3 @@ allprojects { group = "com.atlarge.opendc" version = "2.0.0" } - -tasks.wrapper { - gradleVersion = "6.0" -} -- cgit v1.2.3