Skip to content

Commit 78fd5bd

Browse files
committed
changes for branch-2
1 parent a360ca3 commit 78fd5bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/yetus-general-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
path: src
4545
fetch-depth: 0
4646

47-
- name: Set up JDK 17
47+
- name: Set up JDK 11
4848
uses: actions/setup-java@v4
4949
with:
50-
java-version: '17'
50+
java-version: '11'
5151
distribution: 'temurin'
5252

5353
- name: Maven cache
@@ -78,7 +78,7 @@ jobs:
7878
GITHUB_USER: ${{ github.actor }}
7979
PATCHDIR: "${{ github.workspace }}/yetus-general-check/output"
8080
PLUGINS: "all,-javadoc,-jira,-shadedjars,-unit"
81-
SET_JAVA_HOME: "/usr/lib/jvm/java-17"
81+
SET_JAVA_HOME: "/usr/lib/jvm/java-11"
8282
SOURCEDIR: "${{ github.workspace }}/src"
8383
TESTS_FILTER: "checkstyle,javac,javadoc,pylint,shellcheck,shelldocs,blanks,perlcritic,ruby-lint,rubocop"
8484
YETUSDIR: "${{ github.workspace }}/yetus"

0 commit comments

Comments
 (0)