spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
Lukas Cardot e95bcfac34 Configure the bootBuildInfo task lazily
Prior to this commit, the bootBuildInfo was configured eagerly.
Configuring it lazily prevent this task from being configured when not
explicitly needed. Also, the 'classes' and 'bootJar' tasks are now
lazily configured, as the bootBuildInfo task was causing them to be
configured eagerly.

See gh-23435
2020-09-28 11:19:26 +01:00
..
src Configure the bootBuildInfo task lazily 2020-09-28 11:19:26 +01:00
.gitignore Add .gitignore for Gradle Plugin module 2018-05-11 14:28:02 +02:00
build.gradle Publish single page doc to /htmlsingle consistently 2020-09-11 16:05:57 +02:00