Skip to content

Commit

Permalink
Avoid eagerly creating spotless task in esql:compute project (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored Oct 13, 2023
1 parent 1eaa907 commit b8a204f
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 b8a204f

Please sign in to comment.