Skip to content

Commit

Permalink
chore: add ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrw committed Mar 12, 2024
1 parent dbf7d40 commit 99d5eea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ sonatypePortalPublisher {

dependencies {
kover(projects.openaiClient.openaiClientCore)
kover(projects.openaiClient.openaiClientCio)
kover(projects.openaiClient.openaiClientDarwin)
}

val autoVersion = project.property(
Expand Down
1 change: 0 additions & 1 deletion openai-client/openai-client-cio/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.kotlinx.serialization)
alias(libs.plugins.kover)
// alias(libs.plugins.touchlab.kmmbridge)
// id("module.publication")
`maven-publish`
Expand Down
3 changes: 1 addition & 2 deletions openai-client/openai-client-darwin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.kotlinx.serialization)
alias(libs.plugins.kover)
alias(libs.plugins.touchlab.kmmbridge)
alias(libs.plugins.touchlab.skie)
`maven-publish`
Expand Down Expand Up @@ -37,7 +36,7 @@ kmmbridge {
* In kmmbridge, notice mavenPublishArtifacts() tells the plugin to push KMMBridge artifacts to a Maven repo. You then need to define a repo. Rather than do everything manually, you can just call addGithubPackagesRepository(), which will add the correct repo given parameters that are passed in from GitHub Actions.
*/
mavenPublishArtifacts() // <- Publish using a Maven repo
spm()
// spm()
// spm {
// swiftToolsVersion = "5.9"
// platforms {
Expand Down

0 comments on commit 99d5eea

Please sign in to comment.