You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getConfigurations() method was introduced in this commit. It's only used for testing but it's protected and is therefore part of the public API. We should deprecate it in favour of Project.getConfigurations() so that we can remove it in the future.
Ideally, I'd like to do this in 2.3.x.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Deprecate BootJar.getConfigurations() in favour of getConfigurations() on org.gradle.api.Project
BootJar.getConfigurations() should not be public API
Oct 12, 2020
Uh oh!
There was an error while loading. Please reload this page.
The
getConfigurations()
method was introduced in this commit. It's only used for testing but it'sprotected
and is therefore part of the public API. We should deprecate it in favour ofProject.getConfigurations()
so that we can remove it in the future.Ideally, I'd like to do this in 2.3.x.
The text was updated successfully, but these errors were encountered: