Skip to content

Commit

Permalink
Minor config for Maven
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
  • Loading branch information
jnioche committed Apr 21, 2023
1 parent 16e51c2 commit 30ae35e
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 @@ -14,12 +14,14 @@
<git-code-format-maven-plugin.version>4.2</git-code-format-maven-plugin.version>
<jackson.version>2.14.2</jackson.version>
<opensearch.version>2.6.0</opensearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
Expand Down

0 comments on commit 30ae35e

Please sign in to comment.