ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2.02k stars 579 forks source link

Prevent failure during sourceJar task #3050

Closed cljohnso closed 2 years ago

cljohnso commented 2 years ago

This update is a circumvention for an XJC plugin fault that causes an XJC-generated sourceSet to be observed twice during generation of a source jar.

(The fault was apparently hidden by earlier Gradle versions ...)

This commit is DAGGY.