File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- uses : actions/checkout@v2
9
- - name : Set up JDK 1.8
9
+ - name : Set up JDK 11
10
10
uses : actions/setup-java@v1
11
11
with :
12
- java-version : 1.8
12
+ java-version : 11
13
13
- name : Build with gradle
14
14
run : ./gradlew check
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-java@v1
12
12
with :
13
- java-version : 1.8
13
+ java-version : 11
14
14
- name : Publish package
15
15
run : ./gradlew publishAllPublicationsToGitHubPackagesRepository
16
16
env :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ subprojects {
30
30
' commons_compress' : ' 1.21' ,
31
31
' guava' : ' 29.0-jre' ,
32
32
' jackson_databind' : ' 2.15.1' ,
33
- ' jdk' : ' 8 ' ,
33
+ ' jdk' : ' 11 ' ,
34
34
' junit' : ' 4.12' ,
35
35
' mockito' : ' 2.27.0' ,
36
36
' slf4j' : ' 1.7.36' ,
You can’t perform that action at this time.
0 commit comments