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 11e4ec32f7b6ef56e91c45a9fa5114a83cf1f974
Author: wangkai <wang...@zhongan.com>
AuthorDate: Tue Sep 19 10:38:02 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 304b251..7ad8aa5 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 1.8
+      - name: Set up JDK 8
         uses: actions/setup-java@v3
         with:
-          java-version: '1.8'
+          java-version: '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

Reply via email to