From 7cb092a5695868a3a92f30d3f76d6f95a97f4812 Mon Sep 17 00:00:00 2001 From: Arav Singhal Date: Sun, 19 Jul 2020 23:04:53 -0500 Subject: [PATCH 1/2] Mark testpack-api as Java 8 compatible to be used as a gestalt dependency --- testpack/testpack-api/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testpack/testpack-api/build.gradle b/testpack/testpack-api/build.gradle index d965d409..66887e19 100644 --- a/testpack/testpack-api/build.gradle +++ b/testpack/testpack-api/build.gradle @@ -22,3 +22,6 @@ */ apply plugin: 'java' + +sourceCompatibility = 1.8 +targetCompatibility = 1.8 From 0fde94af62f9472495ec6748b7edd21e97c3f7da Mon Sep 17 00:00:00 2001 From: Arav Singhal Date: Sun, 19 Jul 2020 23:05:23 -0500 Subject: [PATCH 2/2] Gitignore all out subdirectories instead of just the one in the root --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56394adb..5d13bc1f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ build/ local.properties # Ignore IntelliJ -/out/ +out/ *.iml /*.ipr /*.iws @@ -43,4 +43,4 @@ Icon #Ignore Windows ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db