Skip to content

Commit 8b62fdf

Browse files
committed
GH-977 - Forward jMolecules version into integration build.
1 parent dd4c0dc commit 8b62fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: |
4343
cd spring-modulith-examples
4444
../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }}
45-
../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}
45+
../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }} -Djmolecules.version=${{ matrix.jmolecules }}

0 commit comments

Comments
 (0)