Skip to content

Commit

Permalink
Fixing JVM target
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Dec 8, 2023
1 parent 02f72a0 commit 6295941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/spring-web-test-client-kotlin-extensions/pom.xml
Expand Up @@ -135,7 +135,7 @@
<args>
<arg>-Xjsr305=strict</arg>
</args>
<jvmTarget>17</jvmTarget>
<jvmTarget>1.8</jvmTarget>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 6295941

Please sign in to comment.