Skip to content

Factory method for LinkedHashMap and LinkedHashSet is always there fo… #40

Factory method for LinkedHashMap and LinkedHashSet is always there fo…

Factory method for LinkedHashMap and LinkedHashSet is always there fo… #40

Workflow file for this run

name: Mac OS CI
on: push
env:
MAVEN_ARGS: -V -B --no-transfer-progress -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
jobs:
mac:
name: 'Mac OS'
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: 'Set up JDK 21'
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- uses: s4u/[email protected]
with:
mirrors: '[{"id": "block-plexus-snapshots", "name": "Block Plexus Snapshots", "mirrorOf": "plexus.snapshots", "url": "http://localhost"}]'
- name: 'Test'
run: ./mvnw ${MAVEN_ARGS} install