ciscoo / cxf-codegen-gradle

Gradle plugin to generate Java artifacts from WSDL
Apache License 2.0
26 stars 6 forks source link

Add test for incremental build behaviour on changes #19

Closed pschyska closed 2 years ago

pschyska commented 3 years ago

As requested, tests for incremental build behavior (#7, #18) They fail at 5ce5eca53df0fc4fbabffe7176f2c4a0a039e6dd, but succeed at 8f814c2fdfec09cabd83e5f95603245c0a5c132f, so it looks like the latest commit fixes the incremental build being always up-to-date issue.

pschyska commented 3 years ago

@ciscoo These Pipeline issues didn't surface when running the build locally. I'm investigating

pschyska commented 3 years ago

@ciscoo I can't figure out what's wrong in the pipeline, can you take a look? The tests should be correct otherwise.

ciscoo commented 2 years ago

@pschyska this has been merged. After some minor polishing, the tests pass fine on my local machine. Hopefully they pass on GitHub Actions as well.

Thanks ! and sorry for the delay