add GitExtension

This commit is contained in:
2024-10-24 11:04:26 +01:00
parent 989027955c
commit 7f4b602385
5 changed files with 214 additions and 1 deletions

View File

@@ -17,7 +17,11 @@ plugins {
}
dependencies {
implementation(hlaeja.org.eclipse.jgit)
testImplementation(hlaeja.io.mockk)
testImplementation(hlaeja.kotlin.test)
testImplementation(hlaeja.org.junit.jupiter.params)
}
gradlePlugin.plugins.create("hlaeja-core-plugin") {