Update maven.yml

This commit is contained in:
mohammed jasem alaajel 2021-05-13 22:10:29 +04:00 committed by GitHub
parent 78ee62a98a
commit 536686e92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -19,7 +19,14 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Download a Build Artifact
uses: actions/download-artifact@v2.0.9
with:
# Artifact name
name: Redis_JAR
# Destination path
path: target/RedisBungee*