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 cf2665f commit 46442e8Copy full SHA for 46442e8
.github/workflows/bob.yml
@@ -16,9 +16,10 @@ jobs:
16
name: Build
17
steps:
18
- uses: actions/checkout@v2
19
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
20
with:
21
- java-version: '11.0.2'
+ java-version: '17.0.5+8'
22
+ distribution: 'temurin'
23
24
- name: Get Defold version
25
run: |
@@ -48,9 +49,10 @@ jobs:
48
49
50
51
52
53
54
55
56
57
58
0 commit comments