gson-compile/gson-compile-example-manifold/build.gradle.kts
JFronny 486503d638
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Move delegate collection to commons
2022-12-12 18:01:58 +01:00

15 lines
316 B
Plaintext

plugins {
java
id("jf.manifold")
}
repositories {
mavenCentral()
maven("https://maven.frohnmeyer-wds.de/artifacts")
}
dependencies {
annotationProcessor(project(":gson-compile-processor"))
compileOnly(project(":gson-compile-annotations"))
implementation(project(":gson-compile-core"))
}