Polish "Lazily query attributes when copying from base configuration"

See gh-37343
This commit is contained in:
Andy Wilkinson
2023-09-14 10:30:49 +01:00
parent 7edc9ebc28
commit a795065555
3 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
plugins {
id 'org.springframework.boot'
id 'org.springframework.boot.aot'
id 'java'
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}