mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2024-12-27 10:34:19 +00:00
Update maven.yml
This commit is contained in:
parent
0aa07d46fc
commit
97ebc4bdb9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -16,9 +16,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
|
Loading…
Reference in a new issue