Clean up warnings in Gradle build
This commit is contained in:
parent
15a71f94fb
commit
80df88bd4f
|
@ -500,6 +500,7 @@ public class ConfigurationClassPostProcessorAotContributionTests {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
private void compile(BiConsumer<Consumer<GenericApplicationContext>, Compiled> result) {
|
private void compile(BiConsumer<Consumer<GenericApplicationContext>, Compiled> result) {
|
||||||
MethodReference methodReference = beanFactoryInitializationCode.getInitializers().get(0);
|
MethodReference methodReference = beanFactoryInitializationCode.getInitializers().get(0);
|
||||||
beanFactoryInitializationCode.getTypeBuilder().set(type -> {
|
beanFactoryInitializationCode.getTypeBuilder().set(type -> {
|
||||||
|
|
Loading…
Reference in New Issue