We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b68f8 commit 2227d9aCopy full SHA for 2227d9a
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
run: cp doma-spring-boot-core/src/module/java/module-info.java doma-spring-boot-core/src/main/java/ && cp doma-spring-boot-autoconfigure/src/module/java/module-info.java doma-spring-boot-autoconfigure/src/main/java/
63
64
- name: Test with Maven
65
- run: ./mvnw test -B -pl doma-spring-boot-core,doma-spring-boot-autoconfigure
+ run: ./mvnw test -B -pl doma-spring-boot-core,doma-spring-boot-autoconfigure -Dmaven.compiler.source=17 -Dmaven.compiler.target=17
66
67
- name: Upload reports
68
if: failure()
0 commit comments