Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbrandt committed Nov 11, 2024
1 parent 9956f5b commit 4e5950d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gradle.sharedServices.registerIfAbsent(
BuildScopedGreetingService.SERVICE_NAME,
BuildScopedGreetingService::class.java
) {
parameters.greeting.set("Doctor");
parameters.greeting.set("Doctor")
}

tasks.register<ProjectScopedGreetingTask>("greetings")

0 comments on commit 4e5950d

Please sign in to comment.