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 c51768a commit d7529beCopy full SHA for d7529be
.github/workflows/ci-tests.yml
@@ -5,7 +5,7 @@ on: push
5
jobs:
6
vars:
7
name: Get Variables
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
9
outputs:
10
release_type: ${{steps.cf_release_type.outputs.value }}
11
mod_version: ${{steps.mod_version.outputs.value }}
@@ -29,16 +29,16 @@ jobs:
29
30
jar:
31
name: Publish JAR
32
33
needs: [vars]
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v2
37
38
- - name: Set up JDK 1.8
+ - name: Set up JDK 8
39
uses: actions/setup-java@v1
40
with:
41
- java-version: 1.8
+ java-version: "8.0.282"
42
43
# - name: Cache Gradle packages
44
# uses: actions/cache@v2
0 commit comments