Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use proper publishing methods. Fix #82. Pin loom. #84

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

SilverAndro
Copy link
Contributor

No description provided.

Comment on lines +195 to 199
// Publish Sources Jar
artifact(tasks.remapSourcesJar.get().archiveFile) {
builtBy(tasks.remapSourcesJar)
this.classifier = "sources"
}
Copy link
Member

Choose a reason for hiding this comment

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

Are sources not part of the kotlin component ?

Copy link
Contributor Author

@SilverAndro SilverAndro Dec 30, 2023

Choose a reason for hiding this comment

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

no, thats usually done by loom (i.e java { withSourcesJar() })

since the dokka artifact already needs to be attached, it makes more sense imo to just leave it here as part of the whole publication

@ghost
Copy link

ghost commented Feb 8, 2024

As far as I can tell this looks good to me, results in publishing a gradle module file as well as dependencies in the POM file.

Ignore the version numbers, they are from some local testing to compare changes of maven artefacts:
image
library-3.0.1+kt.1.9.22+flk.1.10.17.module.txt

@ghost ghost mentioned this pull request Feb 12, 2024
Copy link
Member

@sschr15 sschr15 left a comment

Choose a reason for hiding this comment

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

Simple changes, LGTM

@sschr15 sschr15 merged commit 8865201 into QuiltMC:main Feb 14, 2024
1 check passed
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.

3 participants