-
Notifications
You must be signed in to change notification settings - Fork 462
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
merge_commit_template is not in maven central repo for versionId 6.0.0-rc.4 #1097
Comments
When I talk about source code I mean the jar with source code in maven central repo |
The tag is in the repo: The jar is on maven central: Maybe you want to use a change that was done after the tag? |
The changes I mentioned were made in commit 45d6da0 (Feb-09-2024) in classes ProjectApi.java and Project.java The rc.4 was sent to maven project Dec-29-2023. Obviously is previous to the changes in those classes My question is: Thank you very much in advance |
Additional Comment: Those changes were merged to main branch and 6.X |
Maybe the version is not I see the build here: But I did not manage to fetch it. The build logs looks good: Personally I want to decide of updates of my dependency myself so I am always referencing dependency from jitpack using the commit id: Example for commit 4ac5e9c: I use: <dependency>
<groupId>com.github.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>4ac5e9c56b</version>
</dependency> |
Hi. I'm trying to set the merge_commit_template using ProjectApi. I've noticed that it was introduced in 6.X
I'm using the 6.0.0-rc.4 maven dependency downloaded from maven central and I don't see those changes in the source code.
Is 6.0.0-rc.4 uploaded to maven central repo?
Thank you very much in advance
Best regards
The text was updated successfully, but these errors were encountered: