From b6c96b5cd8b854989c7aa0b7c0beb8fe5ecdc265 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 1 Jul 2024 19:30:46 +0200 Subject: [PATCH] Update quarkus-build-caching-extension to 1.3 Should fix the failing tests due to the cache not including quarkus-artifact.properties. We will need to merge this update in all supported branches and then clear the cache. --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 670af71ae0fb7..6aa916e263a5d 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -12,7 +12,7 @@ com.gradle quarkus-build-caching-extension - 1.2 + 1.3 io.quarkus.develocity