plugins { java } group = "io.gitlab.jfronny.gson" version = "1.0-SNAPSHOT" 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")) } tasks.withType { options.compilerArgs.add("-AgsonCompileNoReflect") }