From c61540edb6a817dabb79067223c2cab357354805 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Sat, 28 Jan 2023 14:24:14 +0100 Subject: [PATCH] Use graalvm 22.3.1 and use staging repo for release --- .github/workflows/release.yaml | 4 ++-- .mvn/release-settings.xml | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .mvn/release-settings.xml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e0590e1..f9041452 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ on: - '*' env: - GRAALVM_VERSION: '22.3.0' + GRAALVM_VERSION: '22.3.1' JAVA_VERSION: '17' jobs: @@ -76,7 +76,7 @@ jobs: fi - name: 'Build native distribution' - run: ./mvnw verify -Pnative -Dmrm=false -B -ntp -e -DskipTests + run: ./mvnw verify -Pnative -Dmrm=false -B -ntp -e -DskipTests -s .mvn/release-settings.xml - name: 'Upload artifact' uses: actions/upload-artifact@v2 diff --git a/.mvn/release-settings.xml b/.mvn/release-settings.xml new file mode 100644 index 00000000..791682b2 --- /dev/null +++ b/.mvn/release-settings.xml @@ -0,0 +1,24 @@ + + + + + maven-staging + + + maven-staging-1 + https://repository.apache.org/content/repositories/maven-1859/ + + true + + + false + + + + + + + maven-staging + + \ No newline at end of file