File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 java-version : [8, 9, 10, 11]
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v2.3.1
1818 - name : Set up JDK ${{ matrix.java-version }}
19- uses : actions/setup-java@v2
19+ uses : actions/setup-java@v2.3.1
2020 with :
2121 java-version : " ${{ matrix.java-version }}"
22- distribution : " adopt"
22+ distribution : " adopt-openj9 "
2323 - name : Build & Test
2424 run : ./gradlew jacocoTestReport test
2525 - name : Code coverage
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ repositories {
4444}
4545
4646dependencies {
47- compile " com.google.code.gson:gson:2.2.2 "
47+ compile " com.google.code.gson:gson:2.8.9 "
4848 compile " org.java-websocket:Java-WebSocket:1.5.1"
4949
5050 testCompile " org.mockito:mockito-all:1.8.5"
You can’t perform that action at this time.
0 commit comments