Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 17, 2024
1 parent 39c4e68 commit 17b319d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class ConventionsDevelocityListener implements DevelocityListener {

@Override
public void configure(DevelocityApi develocity, MavenSession MavenSession) throws Exception {
public void configure(DevelocityApi develocity, MavenSession mavenSession) throws Exception {
new BuildScanConventions(new ProcessBuilderProcessRunner()).execute(new MavenConfigurableDevelocity(develocity),
new MavenConfigurableBuildScan(develocity.getBuildScan()));
new BuildCacheConventions().execute(new MavenConfigurableBuildCache(develocity.getBuildCache()));
Expand Down

0 comments on commit 17b319d

Please sign in to comment.