mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-15 06:40:54 +00:00
Fixes (#1253)
Seems MSC fork does not allow pushes from users who have commit rights on forked maven-mvnd, so am incorporating @ascheman changes here as well. This PR is: * fixes from PR https://github.com/apache/maven-mvnd/pull/1252 * plus fix SO isse (self injected cache) * plus migrated whole daemon to Maven DI (from javax.inject) except those that override Sisu components * ported latest Maven changes
This commit is contained in:
4
.github/workflows/early-access.yaml
vendored
4
.github/workflows/early-access.yaml
vendored
@@ -63,8 +63,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# binaries wanted: linux amd64, mac intel, mac M1, windows x86
|
||||
os: [ ubuntu-latest, macos-15, macos-13, macos-14, windows-latest ]
|
||||
# binaries wanted: linux amd64, mac M1, mac intel, windows x86
|
||||
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user