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 2126fbf commit d9213e1Copy full SHA for d9213e1
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-java@v3.0.0
19
with:
20
distribution: adopt
21
- java-version: 11
+ java-version: 17
22
- name: Build FastMOTD
23
run: ./gradlew build
24
- name: Upload FastMOTD
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
0 commit comments