Skip to content

Commit

Permalink
Apply the base plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamarao committed Feb 21, 2024
1 parent d894670 commit afd15b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public void apply (Project project)
{
final var configurations = project.getConfigurations();

project.getPluginManager().apply("base");

project.getGradle().getSharedServices().registerIfAbsent("metal",MetalService.class,it -> {});

project.getExtensions().create("metal",MetalExtension.class);
Expand Down

0 comments on commit afd15b7

Please sign in to comment.