We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bac22e commit 24352e7Copy full SHA for 24352e7
.github/workflows/build.yml
@@ -21,10 +21,10 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v2
24
- - name: Set up JDK 1.8
+ - name: Set up JDK 17
25
uses: actions/setup-java@v1
26
with:
27
- java-version: 1.8
+ java-version: 17
28
- name: 'Build with Maven (Bukkit)'
29
run: 'cd bukkit; mvn clean package'
30
- name: 'Build with Maven (BungeeCord)'
0 commit comments