From e9348d04a1da8d1be36f40b46787b333fe49fe20 Mon Sep 17 00:00:00 2001 From: James Daugherty Date: Thu, 19 Dec 2024 06:29:23 -0500 Subject: [PATCH] feedback --- spock-container-test-app/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spock-container-test-app/settings.gradle b/spock-container-test-app/settings.gradle index 816d580..a3e62ae 100644 --- a/spock-container-test-app/settings.gradle +++ b/spock-container-test-app/settings.gradle @@ -27,4 +27,4 @@ buildCache { rootProject.name = 'spock-container-test-app' -includeBuild("..") \ No newline at end of file +includeBuild('..') \ No newline at end of file