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 67d746c commit ea0884fCopy full SHA for ea0884f
.github/workflows/compilation-check.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v1
15
- - name: Set up JDK 11
+ - name: Set up JDK 17
16
uses: actions/setup-java@v1
17
with:
18
- java-version: 11
+ java-version: 17
19
- name: Build and test
20
run: ./gradlew build publishToMavenLocal syncMultiPlatformLibraryDebugFrameworkIosX64
21
- name: Install pods with kotlin
0 commit comments