From 040adf3b7ec5ccf34b33f22b7a178a3f491c9645 Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sat, 27 Jul 2024 12:43:56 -0500 Subject: [PATCH] Distribute GradleWrapper with source to allow github actions to function --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7cb8709..b8a0cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ out/ /build/ /.gradle/ /gradle/ +!/gradle/wrapper/ \ No newline at end of file