Skip to content

Commit

Permalink
Update task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Feb 9, 2024
1 parent 542d1bf commit 2a5cd3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class SpotlessUtilsExtension {
SpotlessUtilsExtension(Project project) {
configPath = new File(project.rootDir, '.gradle/formatter-config.xml')

final extract = project.tasks.register('extraGUSpotlessConfiguration', ExtractSpotlessConfiguration) {
final extract = project.tasks.register('extractGUSpotlessConfiguration', ExtractSpotlessConfiguration) {
it.output.set(configPath)
}

Expand Down

0 comments on commit 2a5cd3c

Please sign in to comment.