Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akueisara committed Aug 3, 2024
1 parent 1ac0687 commit 91cf50c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/githooks.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ tasks.register<Copy>("installGitHooks") {
}

// Uncomment the following line if you want the installGitHooks task to be run automatically
// afterEvaluate {
// tasks.getByPath(":virtusize:preBuild").dependsOn(tasks.named("installGitHooks"))
// }
afterEvaluate {
tasks.getByPath(":virtusize:preBuild").dependsOn(tasks.named("installGitHooks"))
}
2 changes: 1 addition & 1 deletion virtusize/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ publishing {
}
sign(publishing.publications["maven"])
}
}
}

0 comments on commit 91cf50c

Please sign in to comment.