Skip to content

Commit

Permalink
temp comp change
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Oct 17, 2022
1 parent 373178c commit 512424f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DeFi-Data-Engine/DeFi Data Engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Expand Down

0 comments on commit 512424f

Please sign in to comment.