Skip to content

Commit 28b9dfc

Browse files
committed
Fix examples build
1 parent 1da560f commit 28b9dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- run:
147147
name: 'Test'
148148
command: |
149-
./mvnw -ntp -B install -Pquickbuild -pl :querydsl-sql-spring,:querydsl-jpa-spring,:querydsl-kotlin-codegen,:querydsl-mongodb -am -T2
149+
./mvnw -ntp -B install -Pquickbuild -pl :querydsl-sql-spring,:querydsl-jpa-spring,:querydsl-kotlin-codegen,:querydsl-mongodb,:querydsl-r2dbc -am -T2
150150
./mvnw -ntp -B verify -Pexamples -rf :querydsl-examples
151151
- save-test-results
152152
buildQuarkusExample:

0 commit comments

Comments
 (0)