Changeset 15234 in josm


Ignore:
Timestamp:
2019-07-08T01:14:04+02:00 (5 years ago)
Author:
Don-vip
Message:

see #17861 - ignore http2 plugin in compatibility check when run with Java < 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r15106 r15234  
    726726                    <!-- Skip javafx on Java 8/9, built for Java 10+ only -->
    727727                    <regexp pattern="javafx.*"/>
     728                </linecontainsregexp>
     729                <linecontainsregexp negate="true" unless:set="isJava11">
     730                    <!-- Skip http2 on Java 8/9/10, built for Java 11+ only -->
     731                    <regexp pattern="http2.*"/>
    728732                </linecontainsregexp>
    729733                <tokenfilter>
Note: See TracChangeset for help on using the changeset viewer.