spring-boot/buildSrc
Andy Wilkinson 343e4d4318 Use a separate task to extract legal files to be included in jars
Previously, the files were extracted on the fly and written into the
jars. This didn't work well with Gradle's up-to-date checks as the
inputs of the jar task were not well-defined.

This commit moves the extraction of the notice and license files into
a separate task, the outputs of which are then copied into the jar's
META-INF.

Closes gh-21592
2020-05-27 20:08:54 +01:00
..
src Use a separate task to extract legal files to be included in jars 2020-05-27 20:08:54 +01:00
build.gradle Configure Gradle's Test Retry plugin 2020-03-31 15:59:21 +01:00
gradle.properties Merge branch '2.2.x' 2020-05-13 23:28:29 -07:00
settings.gradle Adopt Gradle Enterprise Conventions Plugin 2020-02-04 11:24:40 +00:00