This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit bc0e8bb0f29144f7a84e417a451f40879c3aefd3 Author: wangkai <wang...@zhongan.com> AuthorDate: Tue Sep 19 10:36:21 2023 +0800 1.modify workflows mvn file --- .github/workflows/maven-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 780fdfa..304b251 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -29,10 +29,10 @@ jobs: docker exec rmqbroker sh -c 'while ! nc -z localhost 10911; do sleep 1; done' - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 1.8 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '1.8' distribution: 'temurin' server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file