I am currently developing an API for spigot, which I want to publish on a Nexus Repository.
However Nexus complains about not finding the main jar file.
This makes sense because it publishes only the -dev.jar file.
In my publish configuration I set the java component to be published by using from(components["java"])
Is there any way to publish the unobfuscated version but without the -dev?
If I understood things wrong I apologize and hope for help :)
Have a great day 😃
I am currently developing an API for spigot, which I want to publish on a Nexus Repository.
However Nexus complains about not finding the main jar file.
This makes sense because it publishes only the -dev.jar file.
In my publish configuration I set the java component to be published by using
from(components["java"])Is there any way to publish the unobfuscated version but without the -dev?
If I understood things wrong I apologize and hope for help :)
Have a great day 😃