Scripts/convention/build.gradle.kts
JFronny 20cd8e7d7f
All checks were successful
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline was successful
Switch to java-poet for codegen. This is a breaking change
2022-11-13 12:16:12 +01:00

8 lines
179 B
Plaintext

plugins {
id("jf.plugin-conventions")
}
dependencies {
implementation("org.eclipse.jgit:org.eclipse.jgit:[6.0, 7.0)")
implementation("com.squareup:javapoet:1.13.0")
}