Skip to content

Commit b4fb160

Browse files
committed
Include querydsl-json on examples build
1 parent 2f2264d commit b4fb160

File tree

5 files changed

+5
-24
lines changed

5 files changed

+5
-24
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- run:
141141
name: 'Test'
142142
command: |
143-
./mvnw -ntp -B install -Pquickbuild -pl :querydsl-sql-spring,:querydsl-jpa-spring,:querydsl-kotlin-codegen,:querydsl-mongodb,:querydsl-r2dbc,:querydsl-json -am -T2
143+
./mvnw -ntp -B install -Pquickbuild -pl :querydsl-sql-spring,:querydsl-jpa-spring,:querydsl-kotlin-codegen,:querydsl-mongodb,:querydsl-r2dbc,:querydsl-sql-json -am -T2
144144
./mvnw -ntp -B verify -Pexamples -rf :querydsl-examples
145145
- save-test-results
146146
buildQuarkusExample:

querydsl-examples/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<packaging>pom</packaging>
1313
<name>Querydsl - Examples</name>
1414

15+
<properties>
16+
<main.java.version>17</main.java.version>
17+
</properties>
18+
1519
<modules>
1620
<module>querydsl-example-sql-guice</module>
1721
<module>querydsl-example-sql-spring</module>

querydsl-examples/querydsl-example-jpa-spring/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
<artifactId>querydsl-example-jpa-spring</artifactId>
1111
<name>Querydsl example - JPA Spring</name>
1212

13-
<properties>
14-
<!-- to match spring JDK version -->
15-
<main.java.version>17</main.java.version>
16-
</properties>
17-
1813
<dependencyManagement>
1914
<dependencies>
2015
<dependency>

querydsl-examples/querydsl-example-r2dbc-sql-codegen/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
<artifactId>querydsl-example-r2dbc-sql-codegen</artifactId>
1212
<name>Querydsl example - R2DBC SQL Codegen</name>
1313

14-
<properties>
15-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
17-
<!-- to match spring JDK version -->
18-
<main.java.version>17</main.java.version>
19-
</properties>
20-
2114
<dependencyManagement>
2215
<dependencies>
2316
<dependency>
@@ -31,9 +24,7 @@
3124
</dependencyManagement>
3225

3326
<dependencies>
34-
3527
<!-- spring -->
36-
3728
<dependency>
3829
<groupId>org.springframework</groupId>
3930
<artifactId>spring-context</artifactId>

querydsl-examples/querydsl-example-sql-spring/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,8 @@
1111
<artifactId>querydsl-example-sql-spring</artifactId>
1212
<name>Querydsl example - SQL Spring</name>
1313

14-
<properties>
15-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
17-
<!-- to match spring JDK version -->
18-
<main.java.version>17</main.java.version>
19-
</properties>
20-
2114
<dependencies>
22-
2315
<!-- spring -->
24-
2516
<dependency>
2617
<groupId>org.springframework</groupId>
2718
<artifactId>spring-context</artifactId>

0 commit comments

Comments
 (0)