Skip to content

Commit

Permalink
Remove Git hooks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Nov 21, 2024
1 parent 90deae6 commit def6294
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ plugins {

kotlin("jvm")

id("com.github.jakemarsden.git-hooks")
id("org.jetbrains.dokka")
}

Expand All @@ -41,10 +40,6 @@ repositories {
}
}

gitHooks {
setHooks(mapOf("pre-commit" to "applyLicenses detekt"))
}

subprojects {
group = "dev.kordex"
version = projectVersion
Expand Down
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies {
implementation(kotlin("serialization", version = "2.0.21"))

implementation("com.github.ben-manes", "gradle-versions-plugin", "0.51.0")
implementation("com.github.jakemarsden", "git-hooks-gradle-plugin", "0.0.2")
implementation("com.google.devtools.ksp", "com.google.devtools.ksp.gradle.plugin", "2.0.21-1.0.25")
implementation("com.hanggrian", "kotlinpoet-dsl", "0.2")
implementation("com.squareup", "kotlinpoet", "1.18.1")
Expand Down

0 comments on commit def6294

Please sign in to comment.