Skip to content

Commit 2e591e0

Browse files
committed
remove skip ios maven artifacts
1 parent 36e9d44 commit 2e591e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ if (Os.isFamily(Os.FAMILY_MAC)) {
196196
}
197197
}
198198

199-
project.afterEvaluate {
199+
/*project.afterEvaluate {
200200
tasks.withType(PublishToMavenRepository::class.java) {
201201
onlyIf {
202202
!publication.name.contains("ios")
@@ -207,7 +207,7 @@ project.afterEvaluate {
207207
!name.contains("ios")
208208
}
209209
}
210-
}
210+
}*/
211211

212212
abstract class PlatformFatFramework: DefaultTask() {
213213
@get:Input

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
group=io.rebble.libpebblecommon
4-
version=0.1.18
4+
version=0.1.19
55
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
66
kotlin.native.binary.memoryModel=experimental
77
kotlin.mpp.androidSourceSetLayoutVersion=2

0 commit comments

Comments
 (0)