From 323140d90c5a3b8822fc89bb7419b6ce58e79a83 Mon Sep 17 00:00:00 2001 From: Thomas Woehlke Date: Thu, 5 Mar 2020 23:44:26 +0100 Subject: [PATCH] devops --- build.gradle | 9 --------- gradle/wrapper/gradle-wrapper.properties | 5 +++-- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 26b3b44..52bfb81 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,3 @@ -/* - * This file was generated by the Gradle 'init' task. - * - * This generated file contains a sample Java project to get you started. - * For more details take a look at the Java Quickstart chapter in the Gradle - * User Manual available at https://docs.gradle.org/5.6.1/userguide/tutorial_java_projects.html - */ - plugins { id 'java' id 'application' @@ -18,7 +10,6 @@ repositories { dependencies { implementation 'com.google.guava:guava:28.0-jre' testImplementation 'junit:junit:4.12' - testImplementation 'junit:junit:4.12' } application { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a2bf131..5d046c7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Thu Mar 05 23:43:57 CET 2020 +distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME