We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71083f commit a987410Copy full SHA for a987410
1 file changed
riskified-sdk/pom.xml
@@ -23,8 +23,8 @@
23
<artifactId>maven-compiler-plugin</artifactId>
24
<version>3.2</version>
25
<configuration>
26
- <source>17</source>
27
- <target>17</target>
+ <source>1.5</source>
+ <target>1.5</target>
28
</configuration>
29
</plugin>
30
0 commit comments