1.modify workflows mvn file
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 @@
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