Skip to content

The api build wasn't publishing a .jar file#296

Merged
Jikoo merged 1 commit intoJikoo:masterfrom
mooviies:master
Mar 19, 2025
Merged

The api build wasn't publishing a .jar file#296
Jikoo merged 1 commit intoJikoo:masterfrom
mooviies:master

Conversation

@mooviies
Copy link
Copy Markdown

I was trying to use the OpenInv api in my maven project. But I kept getting errors that the artifact couldn't be downloaded. I looked at the actual repo link and found out it only contained the pom file and no jar file.

I tried building the project and publishing it on my local maven repo. Same thing, no jar file. So I searched around a bit and added the line from(components["java"]) in the build.gradle.kts of api.

When I tried building it again, it worked, the jar was correctly put in my local repo. So here's that fix.

I added from(components["java"]) in the build.gradle.kts of api to fix that problem.
@Jikoo Jikoo enabled auto-merge (squash) March 19, 2025 16:02
@Jikoo Jikoo merged commit ada819b into Jikoo:master Mar 19, 2025
2 checks 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.

2 participants