From 8b62fdfe32750c222fd1015675cf30a7b31f7991 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 5 Dec 2024 19:00:20 +0100 Subject: [PATCH] GH-977 - Forward jMolecules version into integration build. --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7b5d2ea5..a8095507 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -42,4 +42,4 @@ jobs: run: | cd spring-modulith-examples ../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }} - ../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }} + ../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }} -Djmolecules.version=${{ matrix.jmolecules }}