Skip to content

Commit

Permalink
Fix spotless double task creation
Browse files Browse the repository at this point in the history
  • Loading branch information
technonerdz authored Jan 19, 2024
1 parent d246ecb commit c578b55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ tasks.withType(JavaCompile) {
options.compilerArgs.add '-XDstringConcat=inline'
}

// Define a custom task for Spotless
task spotlessApply(type: com.diffplug.gradle.spotless.SpotlessTask) {
group = 'verification'
description = 'Applies code formatting steps to sourcecode.'
}

spotless {
java {
target fileTree('.') {
Expand Down

0 comments on commit c578b55

Please sign in to comment.