Port changes from master to mvnd-1.x

This commit is contained in:
Tamas Cservenak
2024-06-17 16:56:41 +02:00
parent 0e60f9ba39
commit bd0b3075cd
2 changed files with 7 additions and 2 deletions

View File

@@ -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'

View File

@@ -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 "