diff --git a/.gitignore b/.gitignore index 86023d4..000d497 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /.project /.gradle build +out /plugins /sessions *~ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2f9381c..bb04992 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -#Fri Nov 22 14:55:55 CET 2019 +#Mon Jan 13 14:36:01 CET 2020 distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 22a4669..ab2b98b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,3 @@ -rootProject.name = name include 'content-core' include 'content-resource' include 'content-language'