Skip to content

Commit 7fc5fce

Browse files
committed
Remove spurious compiler settings
1 parent e718573 commit 7fc5fce

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

cucumber-spring/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,5 @@
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>
100-
<build>
101-
<plugins>
102-
<plugin>
103-
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>maven-compiler-plugin</artifactId>
105-
<configuration>
106-
<source>17</source>
107-
<target>17</target>
108-
</configuration>
109-
</plugin>
110-
</plugins>
111-
</build>
112100

113101
</project>

0 commit comments

Comments
 (0)