From 85e8951b27df2f1e2efc36d383fad04695d66b27 Mon Sep 17 00:00:00 2001 From: Taras Drozdovskyi Date: Thu, 11 Jan 2024 14:39:36 +0200 Subject: [PATCH] fix: Update JDK11 to JDK17 in Fuzzer Signed-off-by: Taras Drozdovskyi --- .clusterfuzzlite/build.sh | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clusterfuzzlite/build.sh b/.clusterfuzzlite/build.sh index 60ab6194..e17d1ddc 100755 --- a/.clusterfuzzlite/build.sh +++ b/.clusterfuzzlite/build.sh @@ -2,7 +2,7 @@ PROJECT=lpvs PROJECT_GROUP_ID=com.lpvs PROJECT_ARTIFACT_ID=lpvs MAIN_REPOSITORY=https://github.com/samsung/lpvs -MAVEN_ARGS="-Djavac.src.version=11 -Djavac.target.version=11 -Denforcer.skip=true -DskipTests -Dgpg.skip" +MAVEN_ARGS="-Djavac.src.version=17 -Djavac.target.version=17 -Denforcer.skip=true -DskipTests -Dgpg.skip" # Move seed corpus and dictionary. # mv $SRC/{*.zip,*.dict} $OUT diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 561e2d39..ddacad0b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,7 +24,7 @@ Please delete options that are not relevant. Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. **Test Configuration**: -* Java: v11 +* Java: v17 * LPVS Release: v1.x.x # Checklist: