Ignore:
Timestamp:
2025-01-28T17:01:13+01:00 (10 days ago)
Author:
taylor.smock
Message:

Fix build issues for Java 17+

It still fails to build with Java 11 -- errorprone needs to be an older version
for Java 11, and I suspect the ant maven library is not calculating the right
profiles.

File:
1 edited

Legend:

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

    r36325 r36375  
    137137            <compilerarg value="-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED" unless:set="noErrorProne"/>
    138138            <compilerarg line="-XDcompilePolicy=simple"/>
     139            <compilerarg value="--should-stop=ifError=FLOW" />
    139140            <compilerarg value="-processorpath"/>
    140141            <compilerarg pathref="errorprone.classpath"/>
Note: See TracChangeset for help on using the changeset viewer.