We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0456f commit 55cccb5Copy full SHA for 55cccb5
2 files changed
.github/workflows/master.yml
@@ -7,7 +7,6 @@ on:
7
jobs:
8
buildAndPublish:
9
runs-on: ubuntu-latest
10
- container: adoptopenjdk:8u282-b08-jdk-hotspot
11
env:
12
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
13
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
@@ -19,6 +18,6 @@ jobs:
19
18
- name: Set up JDK 1.8
20
uses: actions/setup-java@v1
21
with:
22
- java-version: 1.8
+ java-version: '8.0.282'
23
- name: build test and publish
24
run: ./gradlew assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info
.github/workflows/pull_request.yml
@@ -15,6 +15,6 @@ jobs:
15
16
17
- name: build and test
run: ./gradlew assemble && ./gradlew check --info
0 commit comments