Skip to content

Commit

Permalink
upgrade matrix tests to boot 3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul committed Feb 21, 2024
1 parent 1ec49ff commit b8f96bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.2.2
- 3.1.2
- 3.0.9
- 2.7.14
- 2.6.15
container:
image: azul/zulu-openjdk:17
env:
Expand Down
4 changes: 4 additions & 0 deletions build.common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ java {
withJavadocJar()
}

tasks.withType(JavaCompile).configureEach {
options.compilerArgs.add("-parameters")
}

jar {
manifest {
attributes(
Expand Down

0 comments on commit b8f96bc

Please sign in to comment.