Ignore:
Timestamp:
2026-02-11T23:06:14+01:00 (17 hours ago)
Author:
stoecker
Message:

add compiler arg CI complains about

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r36479 r36482  
    137137            <compilerarg value="-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED" unless:set="noErrorProne"/>
    138138            <compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED" unless:set="noErrorProne"/>
    139             <compilerarg line="-XDcompilePolicy=simple"/>
     139            <compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED" unless:set="noErrorProne"/>
     140            <compilerarg value="-XDaddTypeAnnotationsToSymbol=true" if:set="isJava21" unless:set="noErrorProne"/>
     141            <compilerarg value="-XDcompilePolicy=simple"/>
    140142            <compilerarg value="--should-stop=ifError=FLOW" />
    141143            <compilerarg value="-processorpath"/>
Note: See TracChangeset for help on using the changeset viewer.