gson-compile/gson-compile-example-manifold/build.gradle.kts

15 lines
316 B
Plaintext
Raw Normal View History

plugins {
java
2022-12-12 18:01:58 +01:00
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"))
}