8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
plugins {
|
|
jf.`plugin-conventions`
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r")
|
|
implementation("com.squareup:javapoet:1.13.0")
|
|
} |