From b429206829f1f9e412b8ac5e7634d3d79c4cfa4d Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:57:54 +0100 Subject: [PATCH] Add Gradle version notifications to GitLab CI cache This should suppress the "Welcome to Gradle x.y!" notifications on every run of the tests. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e489897e..a71bf338 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ build: paths: - .gradle/caches - .gradle/native + - .gradle/notifications - .gradle/wrapper - maven_repo_local artifacts: -- GitLab