2022-10-06 19:30:52 +02:00
|
|
|
plugins {
|
2024-03-12 11:31:16 +01:00
|
|
|
jf.`plugin-conventions`
|
2022-10-06 19:30:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-03-12 11:31:16 +01:00
|
|
|
implementation("org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r")
|
2022-11-13 12:16:12 +01:00
|
|
|
implementation("com.squareup:javapoet:1.13.0")
|
2022-10-06 19:30:52 +02:00
|
|
|
}
|