File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
212212abstract class PlatformFatFramework : DefaultTask () {
213213 @get:Input
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33group =io.rebble.libpebblecommon
4- version =0.1.18
4+ version =0.1.19
55org.gradle.jvmargs =-Xms128M -Xmx1G -XX:ReservedCodeCacheSize =200M
66kotlin.native.binary.memoryModel =experimental
77kotlin.mpp.androidSourceSetLayoutVersion =2
You can’t perform that action at this time.
0 commit comments