mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
Update maven.yml
This commit is contained in:
parent
78ee62a98a
commit
536686e92f
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
@ -19,7 +19,14 @@ jobs:
|
|||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '8'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
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*
|
||||||
|
Loading…
Reference in New Issue
Block a user