Skip to content

Commit d7ee45c

Browse files
update github workflows
1 parent d7c31b1 commit d7ee45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-java@v1
1010
with:
11-
java-version: 11
11+
java-version: 17
1212
- name: Rewrite version
1313
run: |
1414
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"

.github/workflows/dokka_push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-java@v1
1212
with:
13-
java-version: 11
13+
java-version: 17
1414
- name: Build
1515
run: ./gradlew build && ./gradlew dokkaHtml
1616
- name: Publish KDocs

0 commit comments

Comments
 (0)