Merge branch 'Limework:master' into master

This commit is contained in:
mohammed jasem alaajel 2021-05-13 22:18:48 +04:00
commit b76d54070f
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/upload-artifact@v2.2.3
with:
# Artifact name
name: Redis_JAR
# Destination path
path: target/RedisBungee*