Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Sep 12, 2024
1 parent 7c0419c commit 0ddf8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fragments/build-wrapper-gradle/accelerator.axl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
engine {

if(#includeBuildToolWrapper) {
if (#includeBuildToolWrapper) {
Include({"gradlew*", "gradle/**"})
}

Expand Down
2 changes: 1 addition & 1 deletion fragments/build-wrapper-maven/accelerator.axl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
engine {

if(#includeBuildToolWrapper) {
if (#includeBuildToolWrapper) {
Include({"mvnw", "mvnw.cmd", ".mvn/**"})
}

Expand Down

0 comments on commit 0ddf8c4

Please sign in to comment.