spring-framework/spring-oxm
Andy Wilkinson 00bad3dce0 Allow genJaxb's output to be cached when checkout locations differ
Previously, the genJaxb task's input files were compared using
absolute paths. This would result in a cache miss for two builds
with identical files contents and different root directories.

This commit updates the path sensitivity of the input to be relative
to the build's root directory, thereby allowing caching to work
irrespective of the source checkout location.

Closes gh-23704
2019-09-25 16:44:01 +02:00
..
src Add blank line between java and javax imports 2019-09-04 22:05:46 -07:00
spring-oxm.gradle Allow genJaxb's output to be cached when checkout locations differ 2019-09-25 16:44:01 +02:00