Skip to content

Fix installation of local swift-java maven artifact#47

Merged
ktoso merged 2 commits into
mainfrom
local-artifact
Jun 28, 2026
Merged

Fix installation of local swift-java maven artifact#47
ktoso merged 2 commits into
mainfrom
local-artifact

Conversation

@marcprux

@marcprux marcprux commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

The various gradle build scripts in the examples here had a hardwired dependency on org.swift.swiftkit:swiftkit-core:1.0-SNAPSHOT, but as of swiftlang/swift-java#794, the swiftkit-core dependency is using the tagged release version.

This PR updates the dependencies to simply us org.swift.swiftkit:swiftkit-core:+ to match whatever was installed in the local maven repository by the "Publish swift-java packages to local Maven" step.

@marcprux marcprux requested a review from ktoso June 27, 2026 18:07

@ktoso ktoso left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that's probably yok workaround until we solve the publishing...

@ktoso

ktoso commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator

Alternatively depend on 0.4.2-SNAPSHOT

@ktoso ktoso merged commit 9ea51ad into main Jun 28, 2026
91 of 92 checks passed
@ktoso ktoso deleted the local-artifact branch June 28, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants