-
Notifications
You must be signed in to change notification settings - Fork 101
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
Jitpack for v4.1.0 is broken #1473
Comments
Thanks for opening your first issue in this project! If you haven't already, you can join our slack and join the #gtfs-validators channel to meet our awesome community. Come say hi 👋! |
We are facing the same issue, and are also unable to upgrade the package version as a result |
Removed the failed build on jitpack (https://jitpack.io/#MobilityData/gtfs-validator) then did a build on a local test project and jitback rebuilt it with no error. It should now be available. As to why it failed before and not now, I have some theories:
i.e. it was trying to add a jar file to itself. This fits with the bug.
|
For reference I attached the log of the failed build here, since it was overwritten when the new successful build was done. |
Describe the bug
See jitpackProblem.txt
Note the original post gave this link: https://jitpack.io/com/github/MobilityData/gtfs-validator/v4.1.0/build.log this log was overwritten by a successful build since then. See the above attached file instead.
Looking at Jitpack's logs, the two main issues are missing documentation for various params and return values and no test artifacts, which together cause the build to fail in such way that nothing is published.
Steps/Code to Reproduce
Expected Results
Working build so that I could use gtfs-validator's latest&greatest as Maven dependency.
Actual Results
No artifact available.
Screenshots
No response
Files used
No response
Validator version
4.1.0
Operating system
unrelated
Java version
No response
Additional notes
No response
The text was updated successfully, but these errors were encountered: