StillLutto
12/11/2024, 5:11 PMmaven repo
using maven-publish
. I have unfortunately only gotten it to work if you specify a specific classifier. I can get it by specifying that it's a @jar
as that seems to be the problem here. Here is the `build.gradle.kts`: https://github.com/UndefinedCreation/Stellar. Does anyone know what I'm doing wrong here? Thanks in advance.Thomas Broyer
12/11/2024, 5:27 PMallproject{}
, prefer creating convention plugins that you apply to each project that needs it.Thomas Broyer
12/11/2024, 5:28 PMThomas Broyer
12/11/2024, 5:31 PMStillLutto
12/11/2024, 5:40 PMStillLutto
12/11/2024, 7:53 PM.jar
project. Are you saying I should publish the "api" module? If so, then I should modify that build.gradle.kts
to implement the other modules right?