Skip to content

Commit

Permalink
Restore original Backend project config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Oct 23, 2023
1 parent 24fe346 commit 9ba693c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down Expand Up @@ -325,9 +325,7 @@
</executions>
<configuration>
<compilerArgument>-parameters</compilerArgument>
<source>8</source>
<target>8</target>
</configuration>
</configuration>
</plugin>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit 9ba693c

Please sign in to comment.