Changeset 17156 in josm


Ignore:
Timestamp:
2020-10-11T08:55:32+02:00 (4 years ago)
Author:
simon04
Message:

see #19370 - GitHub Actions: we do not use junit-platform-console-standalone

File:
1 edited

Legend:

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

    r17155 r17156  
    11name: Java CI
    22env:
    3   junit_platform_version: "1.6.2"
    43  # ANT_HOME is also our ant version
    54  ANT_HOME: "apache-ant-1.10.8"
     
    5251        with:
    5352          java-version: ${{ matrix.java }}
    54       - name: Install ant ${{ env.ANT_HOME }} and junit ${{ env.junit_platform_version }}
    55         # Todo: cache ant and junit, saves 12 seconds.
     53      - name: Install ant ${{ env.ANT_HOME }}
    5654        run: |
    5755          curl -s https://archive.apache.org/dist/ant/binaries/${{ env.ANT_HOME }}-bin.tar.gz | tar -xz
    58           curl -o ${{ env.ANT_HOME }}/lib/junit-platform-console-standalone-${{ env.junit_platform_version }}.jar  "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-console-standalone/${{ env.junit_platform_version }}/junit-platform-console-standalone-${{ env.junit_platform_version }}.jar"
    5956      - name: Print ant version, expecting ${{ env.ANT_HOME }}
    6057        run: ${{ env.ANT_HOME }}/bin/ant -diagnostics
Note: See TracChangeset for help on using the changeset viewer.