2022-11-19 00:41:07 +01:00
|
|
|
plugins {
|
|
|
|
java
|
2022-12-12 18:01:58 +01:00
|
|
|
id("jf.manifold")
|
2022-11-19 00:41:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
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"))
|
|
|
|
}
|