Skip to content

Commit

Permalink
Update pom.xml to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmencias authored Jun 28, 2023
1 parent 445b951 commit 3fb7287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>kafka-connect-plugins</name>

<properties>
<java.version>1.8</java.version>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 3fb7287

Please sign in to comment.