Skip to content

Commit

Permalink
Merge pull request #33 from PatilShreyas/ios-release
Browse files Browse the repository at this point in the history
Release v1.0.1 (for iOS support)
  • Loading branch information
PatilShreyas authored Apr 16, 2023
2 parents 0e0e59e + cd3eceb commit 92f450d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=dev.shreyaspatil.mutekt
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1

POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/PatilShreyas/mutekt/
Expand All @@ -21,4 +21,4 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/PatilShreyas/mutekt.git

POM_DEVELOPER_ID=PatilShreyas
POM_DEVELOPER_NAME=Shreyas Patil
POM_DEVELOPER_URL=https://github.com/PatilShreyas/
POM_DEVELOPER_URL=https://github.com/PatilShreyas/
15 changes: 5 additions & 10 deletions mutekt-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,13 @@ kotlin {
withJava()
}
js(IR) {
browser {
testTask {
isEnabled = false
}
}
nodejs {
testTask {
isEnabled = false
}
}
browser()
nodejs()
}
ios()
iosX64()
iosArm64()
iosSimulatorArm64()
mingwX64()

@Suppress("UNUSED_VARIABLE")
Expand Down

0 comments on commit 92f450d

Please sign in to comment.