We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3702d38 commit 2f808e2Copy full SHA for 2f808e2
.github/workflows/build.yml
@@ -44,10 +44,10 @@ jobs:
44
45
steps:
46
- uses: actions/checkout@v3
47
- - name: set up JDK 11
+ - name: set up JDK 17
48
uses: actions/setup-java@v3
49
with:
50
- java-version: '11'
+ java-version: '17'
51
distribution: 'adopt'
52
cache: gradle
53
@@ -66,10 +66,10 @@ jobs:
66
67
68
69
- - name: Setup JDK 11
+ - name: Setup JDK 17
70
71
72
73
74
75
0 commit comments