mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00
Port changes from master to mvnd-1.x
This commit is contained in:
7
.github/workflows/early-access.yaml
vendored
7
.github/workflows/early-access.yaml
vendored
@@ -18,7 +18,12 @@
|
|||||||
name: Early Access
|
name: Early Access
|
||||||
|
|
||||||
# trigger on push to branches and PR
|
# trigger on push to branches and PR
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- mvnd-1.x
|
||||||
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
JAVA_VERSION: '17'
|
JAVA_VERSION: '17'
|
||||||
|
@@ -69,7 +69,7 @@ RESPONSE="$(curl -s -X PUT \
|
|||||||
-H "Consumer-Token: ${SDKMAN_CONSUMER_TOKEN}" \
|
-H "Consumer-Token: ${SDKMAN_CONSUMER_TOKEN}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Accept: application/json" \
|
-H "Accept: application/json" \
|
||||||
-d '{"candidate": "mvnd", "version": "'${VERSION}-m39'"}' \
|
-d '{"candidate": "mvnd", "version": "'${VERSION}'"}' \
|
||||||
https://vendors.sdkman.io/default)"
|
https://vendors.sdkman.io/default)"
|
||||||
|
|
||||||
node -pe "
|
node -pe "
|
||||||
|
Reference in New Issue
Block a user