This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 4a8eaa24e RATIS-2478. compile check does not set target version (#1411)
4a8eaa24e is described below
commit 4a8eaa24e1852c00ed6a1a609377eb515a55a3ef
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Mar 30 21:34:31 2026 +0200
RATIS-2478. compile check does not set target version (#1411)
---
.github/workflows/ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 50b88212a..272cb33d9 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
java-version: ${{ matrix.java }}
needs-source-tarball: true
script: compile
- script-args: -Djavac.version=${{ matrix.java }}
+ script-args: -Dmaven.compiler.release=${{ matrix.java }}
split: ${{ matrix.java }}
timeout-minutes: 30
secrets: inherit