Skip to content

Commit 24352e7

Browse files
Arreglado workflow (java 8 -> 17)
1 parent 7bac22e commit 24352e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24-
- name: Set up JDK 1.8
24+
- name: Set up JDK 17
2525
uses: actions/setup-java@v1
2626
with:
27-
java-version: 1.8
27+
java-version: 17
2828
- name: 'Build with Maven (Bukkit)'
2929
run: 'cd bukkit; mvn clean package'
3030
- name: 'Build with Maven (BungeeCord)'

0 commit comments

Comments
 (0)