Skip to content

Commit

Permalink
feat(images-api): implement images api
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrw committed Feb 12, 2024
1 parent e4043f3 commit 859a95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openai-client/openai-client-darwin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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(project.projectDir.path)
spm()
// spm {
// swiftToolsVersion = "5.9"
// platforms {
Expand Down

0 comments on commit 859a95b

Please sign in to comment.