Skip to content

Commit

Permalink
remove skip ios maven artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jun 15, 2024
1 parent 36e9d44 commit 2e591e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if (Os.isFamily(Os.FAMILY_MAC)) {
}
}

project.afterEvaluate {
/*project.afterEvaluate {
tasks.withType(PublishToMavenRepository::class.java) {
onlyIf {
!publication.name.contains("ios")
Expand All @@ -207,7 +207,7 @@ project.afterEvaluate {
!name.contains("ios")
}
}
}
}*/

abstract class PlatformFatFramework: DefaultTask() {
@get:Input
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

group=io.rebble.libpebblecommon
version=0.1.18
version=0.1.19
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
kotlin.native.binary.memoryModel=experimental
kotlin.mpp.androidSourceSetLayoutVersion=2
Expand Down

0 comments on commit 2e591e0

Please sign in to comment.