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 }}