Skip to content

Commit 23bf9f0

Browse files
authored
chore: use JDK 17 for releasing maven plugin (#1431)
* otherwise publishM2 fails * the maven pom has <maven.compiler.release>8 so it should still build for 8
1 parent 658d74d commit 23bf9f0

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
@@ -1343,7 +1343,7 @@ jobs:
13431343

13441344
publish-maven:
13451345
docker:
1346-
- image: circleci/openjdk:11
1346+
- image: cimg/openjdk:17.0
13471347
steps:
13481348
- checkout
13491349
- restore_deps_cache

0 commit comments

Comments
 (0)