This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e533d0  Use `log4j.repository.url` in GraalVM test
0e533d0 is described below

commit 0e533d07ec9626d308e63d872e3f308dee054e86
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Nov 18 22:25:28 2024 +0100

    Use `log4j.repository.url` in GraalVM test
---
 .github/workflows/graalvm-reusable-test.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/graalvm-reusable-test.yaml 
b/.github/workflows/graalvm-reusable-test.yaml
index a571ed9..15549b8 100644
--- a/.github/workflows/graalvm-reusable-test.yaml
+++ b/.github/workflows/graalvm-reusable-test.yaml
@@ -65,10 +65,11 @@ jobs:
         shell: bash
         env:
           LOG4J_VERSION: ${{ inputs.log4j-version }}
+          LOG4J_REPOSITORY_URL: ${{ inputs.log4j-repository-url }}
           MAVEN_PROFILE: use-${{ matrix.backend }}
         run: |
           ./mvnw -f log4j-samples-graalvm \
             --show-version --batch-mode --errors --no-transfer-progress \
-            -Dlog4j.version=$LOG4J_VERSION \
+            -Dlog4j.version=$LOG4J_VERSION 
-Dlog4j.repository.url=$LOG4J_REPOSITORY_URL\
             -P$MAVEN_PROFILE \
             clean verify

Reply via email to