Update BootWar to support Gradle's configuration cache
See gh-22922
This commit is contained in:
@@ -23,7 +23,7 @@ import org.springframework.boot.gradle.junit.GradleCompatibility;
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
@GradleCompatibility
|
||||
@GradleCompatibility(configurationCache = true)
|
||||
class BootWarIntegrationTests extends AbstractBootArchiveIntegrationTests {
|
||||
|
||||
BootWarIntegrationTests() {
|
||||
|
||||
Reference in New Issue
Block a user