spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson 1973e342c9 Do not use lambda for task action as it breaks up-to-date checks
Due to gradle/gradle#5510, using a lambda for a task action breaks
up-to-date checks in certain circumstances.

This commit updates JavaPluginAction to use an inner-class in place
of a lambda for the action that it adds to JavaCompile tasks. A test
has not been added as it does not appear to be possible to reproduce
it with a TestKit-based test.

Closes gh-14054
2018-08-14 12:32:36 +01:00
..
gradle/wrapper
src Do not use lambda for task action as it breaks up-to-date checks 2018-08-14 12:32:36 +01:00
.gitignore
build.gradle Upgrade to spring-javaformat 0.0.6 2018-07-28 01:11:48 +01:00
gradle.properties
gradlew
gradlew.bat
pom.xml