Skip to content

Commit

Permalink
cleanup cf config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Feb 8, 2024
1 parent b759e83 commit 6e901e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ limitations under the License.
<goal>compile</goal>
</goals>
<configuration>
<release>11</release>
<failOnWarning>true</failOnWarning>
<fork>true</fork>
<outputDirectory>${project.build.directory}/checkerframework</outputDirectory>
Expand Down Expand Up @@ -238,7 +239,7 @@ limitations under the License.
</arg>
<arg>-AsuppressWarnings=uninitialized</arg>
<arg>-AassumeAssertionsAreEnabled</arg>
<arg>-Astubs=jdk8.astub:collection-object-parameters-may-be-null.astub</arg>
<arg>-Astubs=collection-object-parameters-may-be-null.astub</arg>
</compilerArgs>
</configuration>
</execution>
Expand Down

0 comments on commit 6e901e7

Please sign in to comment.