This repository was archived by the owner on Jul 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@v1
4040 - run : sudo apt-get install xvfb
4141 - run : xvfb-run --auto-servernum ./gradlew --no-daemon
42- - run : xvfb-run --auto-servernum ./gradlew --no-daemon assemble check lint testDebugUnitTest publishKotlinMultiplatformPublicationToMavenRepository publishLinuxX64PublicationToMavenRepository
42+ - run : xvfb-run --auto-servernum ./gradlew --no-daemon assemble check lint testDebugUnitTest publishKotlinMultiplatformPublicationToMavenRepository publishLinuxX64PublicationToMavenRepository publishLinuxArm64PublicationToMavenRepository publishLinuxArm32HfpPublicationToMavenRepository
4343
4444 publish-finalize :
4545 needs : [publish-windows, publish-mac, publish-linux]
Original file line number Diff line number Diff line change 22kotlin.code.style =official
33
44# Kotlin 1.5.20: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
5- easyPluginVersion =0.16.0
5+ easyPluginVersion =0.16.1
66
77# version
88group =com.soywiz.korlibs.klock
@@ -33,3 +33,4 @@ org.gradle.configureondemand=true
3333kotlin.native.ignoreDisabledTargets =true
3434enable.android.native =true
3535android.min.sdk.version =9
36+ enable.linuxarm =true
You can’t perform that action at this time.
0 commit comments