Deprecate BootJar#getConfigurations
Fixes gh-23527
This commit is contained in:
@@ -347,6 +347,7 @@ class BootJarTests extends AbstractBootArchiveTests<TestBootJar> {
|
||||
private Iterable<Configuration> configurations = Collections.emptySet();
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("deprecation")
|
||||
protected Iterable<Configuration> getConfigurations() {
|
||||
return this.configurations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user