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 2855e12 commit 5cafffeCopy full SHA for 5cafffe
.github/workflows/build.yml
@@ -8,9 +8,10 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: Set up JDK 1.8
11
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2
12
with:
13
- java-version: 1.8
+ java-version: 8
14
+ distribution: 'adopt'
15
- name: Grant execute permission for gradlew
16
run: chmod +x gradlew
17
- name: Check with Gradle
.github/workflows/release.yml
0 commit comments