Skip to content

Commit

Permalink
fir idea build
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Nov 3, 2024
1 parent 1406ef8 commit 69f2fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
<!-- Классы Entity(Pk)?_ сгенерированы hibernate-jpamodelgen -->
<arg>-AskipDefs=(Test$|V2022_1_0_1|Entity(Pk)?_$|generated.ValCurs)</arg>
<!-- Checker framework inner file https://github.com/typetools/checker-framework/blob/master/checker/src/main/java/org/checkerframework/checker/nullness/permit-nullness-assertion-exception.astub -->
<arg>-Astubs=permit-nullness-assertion-exception.astub${path.separator}checkerframework.astub</arg>
<arg>-Astubs=permit-nullness-assertion-exception.astub${path.separator}${project.basedir}/checkerframework.astub</arg>
<arg>-AsuppressWarnings=methodref,type.arguments.not.inferred,lambda.param,expression.unparsable</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
Expand Down

0 comments on commit 69f2fc5

Please sign in to comment.