NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
253 stars 20 forks source link

InvUI pom.xml Invalid #11

Closed ZenoCoding closed 1 year ago

ZenoCoding commented 1 year ago

I'm getting this error when building my plugin:

Invalid POM for , transitive dependencies (if any) will not be available, enable debug logging for more details

In my case, my machine builds the plugin just fine due to transitive dependencies being stored in a cache.

However, on any other machine, this becomes a problem as there is no current cache for transitive dependencies such as de.studiocode.inventoryaccess.

If you could help me with this in any way that would be of great help.

NichtStudioCode commented 1 year ago

The repo url defined in your pom.xml is wrong. https://repo.xenondevs.xyz/releases would be correct.

ZenoCoding commented 1 year ago

I've since resolved the issue on GitHub actions (Shown on the attribute branch through my latest commit), yet the issue persists on other devices. I've tried deleting the local cache for the library and re-syncing/indexing maven, but to no avail.

Is this still an issue with my pom.xml? Or are there still residual corrupt files on my other machine?

ZenoCoding commented 1 year ago

Apparently, I had a bad pom.xml in my cache that wasn't cleared upon resetting it, thanks anyways!