Skip to content

Commit

Permalink
Modified properties in POM File
Browse files Browse the repository at this point in the history
  • Loading branch information
Krithikj20 committed Apr 1, 2024
1 parent bfa0c25 commit ee6f0f7
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 @@ -12,6 +12,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit ee6f0f7

Please sign in to comment.