Skip to content

Commit

Permalink
Avoid eagerly creating spotless task in esql:compute project
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 12, 2023
1 parent 6d96998 commit 9362898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/esql/compute/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks.named('checkstyleMain').configure {
excludes = [ "**/*.java.st" ]
}

spotlessJava.dependsOn stringTemplates
tasks.named("spotlessJava") { dependsOn stringTemplates }

spotless {
java {
Expand Down

0 comments on commit 9362898

Please sign in to comment.