Skip to content

Commit

Permalink
Merge branch 'NG_7.0' into feature/execute-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans authored May 29, 2024
2 parents f6bbe39 + a5c57e3 commit 1a246d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ abstract class InstallerProfile implements ConfigurableDSLElement<InstallerProfi
final Dependency[] dependencies = dependencyCoordinates.stream().map { coord -> project.getDependencies().create(coord) }.toArray(Dependency[]::new)
final Configuration configuration = ConfigurationUtils.temporaryConfiguration(
project,
"InstallerProfileLibraryLookup",
"InstallerProfileLibraryLookup" + ModuleDependencyUtils.toConfigurationName(tool),
dependencies)

final LibraryCollector collector = new LibraryCollector(project.getObjects(), project.getRepositories()
Expand Down

0 comments on commit 1a246d5

Please sign in to comment.