mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2026-09-24 09:14:24 +00:00
Compare commits
4 Commits
2.2.3
...
452c9912dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
452c9912dc | ||
| e66acb34de | |||
| 78ac446311 | |||
| 697b4e81b8 |
5
.github/workflows/kdocs.yml
vendored
5
.github/workflows/kdocs.yml
vendored
@@ -10,10 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Fix android 32.0.0 dx
|
||||
continue-on-error: true
|
||||
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar
|
||||
java-version: 17
|
||||
- name: Build
|
||||
run: ./gradlew dokkaHtml
|
||||
- name: Publish KDocs
|
||||
|
||||
2
.github/workflows/publishing_packages.yml
vendored
2
.github/workflows/publishing_packages.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
- name: Update version
|
||||
run: |
|
||||
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"
|
||||
|
||||
@@ -11,7 +11,7 @@ android.enableJetifier=false
|
||||
|
||||
kotlin_version=1.9.20
|
||||
kotlin_coroutines_version=1.7.3
|
||||
kotlin_serialization_version=1.6.0
|
||||
kotlin_serialization_version=1.6.1
|
||||
|
||||
dokka_version=1.9.10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user