There's this code: ``` Set<File> files = this.configurations.detachedConfiguration(this.dependencies.create(coordinates)) .getResolvedConfiguration() .getFiles(); ``` `.getFiles()` is deprecated. It doesn't fail the build, but displays a warning.