We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e33706 commit 429655eCopy full SHA for 429655e
.github/workflows/build.yml
@@ -36,9 +36,10 @@ jobs:
36
echo $BUILD_VERSION
37
echo "BUILD_VERSION=$BUILD_VERSION" >> $GITHUB_ENV
38
- name: Set up JDK 1.8
39
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2
40
with:
41
- java-version: 1.8
+ java-version: 8
42
+ distribution: 'zulu'
43
- name: Configure gradle ${{ matrix.gradle-version }}
44
run: sed -i.bkp -e 's/\(distributionUrl=.*gradle\)-[0-9]*\.[0-9]*\(\.[0-9]*\)\{0,1\}\(.*\)/\1-${{ matrix.gradle-version }}\3/' gradle/wrapper/gradle-wrapper.properties
45
if: ${{ matrix.gradle-version != 'current' }}
0 commit comments