Skip to content

Commit

Permalink
Change GitHub Actions version to JDK 8 (CaffeineMC#276)
Browse files Browse the repository at this point in the history
More and more users are using GitHub actions, and running into CaffeineMC#16. This is probably the most efficient way to prevent complaints before they happen.
  • Loading branch information
amnotbananaama authored and mrmangohands committed Feb 28, 2021
1 parent d8e75dd commit 2701b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 14
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand All @@ -20,4 +20,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: build-artifacts
path: build/libs
path: build/libs

0 comments on commit 2701b43

Please sign in to comment.