Skip to content

Commit

Permalink
thunderpay-api: pom
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Jan 8, 2025
1 parent e4a6fae commit 7b11c7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions thunderpay-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,16 @@
<version>2.12.7</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>10</source>
<target>10</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 7b11c7a

Please sign in to comment.