Skip to content

Commit 55cccb5

Browse files
committed
github actions work
1 parent af0456f commit 55cccb5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
buildAndPublish:
99
runs-on: ubuntu-latest
10-
container: adoptopenjdk:8u282-b08-jdk-hotspot
1110
env:
1211
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
1312
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
@@ -19,6 +18,6 @@ jobs:
1918
- name: Set up JDK 1.8
2019
uses: actions/setup-java@v1
2120
with:
22-
java-version: 1.8
21+
java-version: '8.0.282'
2322
- name: build test and publish
2423
run: ./gradlew assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Set up JDK 1.8
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 1.8
18+
java-version: '8.0.282'
1919
- name: build and test
2020
run: ./gradlew assemble && ./gradlew check --info

0 commit comments

Comments
 (0)