Changeset 17254 in josm for trunk/.github/workflows/ant.yml


Ignore:
Timestamp:
2020-10-22T21:03:54+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19937 - see #19724 - Enable macOS build on Java 16-ea instead of 15, add an option to disable Error-Prone at build time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant.yml

    r17244 r17254  
    3131          - java: 11
    3232            os: macos-latest
    33           - java: 16-ea
     33          - java: 15
    3434            os: macos-latest
    3535          - headless: "false"
     
    104104          APPLE_ID_PW: ${{ secrets.APPLE_ID_PW }}
    105105        run: |
    106           $ANT_HOME/bin/ant dist
     106          $ANT_HOME/bin/ant -DnoErrorProne dist
    107107          ./native/macosx/macos-jpackage.sh ${{ env.josm_revision }}
    108108      - name: Create macOS release
Note: See TracChangeset for help on using the changeset viewer.