Skip to content

Commit

Permalink
Merge pull request #145 from lightbend/rgc/fix-maven-release
Browse files Browse the repository at this point in the history
fix: build maven project using jdk11
  • Loading branch information
octonato authored Jul 15, 2021
2 parents be2d0e6 + aef6349 commit 9706ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:

publish-maven:
docker:
- image: circleci/openjdk:8
- image: circleci/openjdk:11
steps:
- checkout
- restore_deps_cache
Expand Down
1 change: 1 addition & 0 deletions maven-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<maven.version>3.3.9</maven.version>
</properties>

Expand Down

0 comments on commit 9706ba4

Please sign in to comment.