Skip to content

Commit

Permalink
explicitly target 1.8 jdk for source
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Jul 27, 2021
1 parent 875b9b6 commit 5e128ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
<!-- defined properties -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<!-- Define which kafka version -->
<kafkaVersion>2.8.0</kafkaVersion>
Expand Down

0 comments on commit 5e128ac

Please sign in to comment.