Ashley
Ashley
FYI: potential fix on main at https://github.com/paul-hammant/qdox/issues/182#issuecomment-3170727181. Haven't been able to verify myself as I don't have access to a PC to try it.
I have tested that this fix works. ```xml org.apache.maven.plugins maven-plugin-plugin ${maven-plugin-plugin.version} com.thoughtworks.qdox qdox 2.2.1-SNAPSHOT ``` ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Protobuf Maven Plugin Parent 3.8.1-SNAPSHOT: [INFO] [INFO] Protobuf...
Can you show your POM? If you've referenced them as a dependency then they should be pulled through. You mention a compiling error, is this javac or protoc that is...
How are you depending on the other module?
Think I'm going to need to see a project to get an idea of what is happening. Please could you make a minimal working reproduction that you could upload?
new examples https://github.com/ascopes/protobuf-maven-plugin/tree/main/protobuf-maven-plugin/src/it/java-dependencies https://github.com/ascopes/protobuf-maven-plugin/tree/main/protobuf-maven-plugin/src/it/java-transitive-dependency-compilation https://github.com/ascopes/protobuf-maven-plugin/tree/main/protobuf-maven-plugin/src/it/java-direct-dependency-compilation
@Onyx-Nostalgia I believe you could simplify this to just ``` curl -is --fail-with-body --data-binary @codecov.yml $url ``` My understanding is that the API should return a 400 if the syntax...
This would probably be beneficial to builds that run on platforms like Jenkins where multiple jobs may run on the same node and thus inherit the same environment concurrently.
Had the same issue. Only workaround I could find was declaring a second AWS provider that didn't use default tags and using it specifically as a provider alias for any...