WiP io.opentelemetry.semconv:opentelemetry-semconv:1.29.0-alpha#5213
WiP io.opentelemetry.semconv:opentelemetry-semconv:1.29.0-alpha#5213ppalaga wants to merge 1 commit into
Conversation
|
|
|
|
building with works |
|
you will probably need the |
Thanks, good to know. Is it the same with Maven projects? rebuild.sh expects installing to local Maven repo? How do you know which artifacts come from the build? I wonder whether running |
|
Thanks, @hboutemy, I have followed your advices and now it builds resulting in Would that mean, it is now worth to move it to content?
I was hoping that would fix the diffs in MANIFEST.MF but it does not seem to change anything. Am I doing something wrong? |
no, for Maven, I wrote |
I suppose the Gradle build config has to be written in a way that it can use external value: as anything in Gradle, the project has to code its use cases (rebuilding from a third party does not seem to be a practice that the build tool tries to help) I have limited knowledge in Gradle, and no time nor fun trying to improve it |
I wonder whether this approach does not cause reproducibility issues in some cases? Projects' release process usually includes the Maven |
Yeah, that's my experience too - it is very hard to work with Gradle "from outside". Injecting one's own code into third-party gradle scripts is not easy either due to lack of reliable standards and changes in Gradle API. |
This is a Gradle project rebuild.sh seems to have hard time to rebuild it and I am not quite sure what is wrong. Any hints would be appreciated.