Skip to content

Commit 4dfed07

Browse files
author
Simon Massey
authored
tidy-up (#14)
1 parent e0f9284 commit 4dfed07

File tree

10 files changed

+754
-791
lines changed

10 files changed

+754
-791
lines changed

json-java21-api-tracker/pom.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -43,39 +43,8 @@
4343
</dependency>
4444
</dependencies>
4545

46-
<profiles>
47-
<profile>
48-
<id>relaxed</id>
49-
<build>
50-
<plugins>
51-
<plugin>
52-
<groupId>org.apache.maven.plugins</groupId>
53-
<artifactId>maven-compiler-plugin</artifactId>
54-
<configuration>
55-
<compilerArgs>
56-
<arg>-Xlint:all</arg>
57-
</compilerArgs>
58-
</configuration>
59-
</plugin>
60-
</plugins>
61-
</build>
62-
</profile>
63-
</profiles>
64-
6546
<build>
6647
<plugins>
67-
<plugin>
68-
<groupId>org.apache.maven.plugins</groupId>
69-
<artifactId>maven-compiler-plugin</artifactId>
70-
<configuration>
71-
<release>${maven.compiler.release}</release>
72-
<compilerArgs>
73-
<arg>--enable-preview</arg>
74-
<arg>-Xlint:all</arg>
75-
<arg>-Werror</arg>
76-
</compilerArgs>
77-
</configuration>
78-
</plugin>
7948
<plugin>
8049
<groupId>org.apache.maven.plugins</groupId>
8150
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)