Skip to content

Commit

Permalink
⬆️ Java 8 for source/target compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill committed Apr 22, 2024
1 parent ea9c57f commit b291f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<spock.version>2.3-groovy-4.0</spock.version>
<wiremock.version>3.5.2</wiremock.version>

<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit b291f7e

Please sign in to comment.